aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-20 10:45:51 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-20 11:03:56 +0100
commit3466b7a6b49d1226f90643186560969d194fd06e (patch)
tree48e9ec8141e83ae367a4ea554bb54705cae18462
parent7a75370e55218a9b273b72d74f72e68b6cc71a33 (diff)
community/py3-traitlets: switch to py3-six
-rw-r--r--community/py3-traitlets/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-traitlets/APKBUILD b/community/py3-traitlets/APKBUILD
index e99cdbf62f5..c5afac4d89c 100644
--- a/community/py3-traitlets/APKBUILD
+++ b/community/py3-traitlets/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=py3-traitlets
pkgver=4.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight Traits like module"
url="https://traitlets.readthedocs.io/"
arch="noarch"
license="BSD-3-Clause"
-depends="python3 py-six py3-ipython_genutils"
+depends="python3 py3-six py3-ipython_genutils"
makedepends="py3-setuptools"
options="!check" # No test suite present
source="traitlets-$pkgver.tar.gz::https://github.com/ipython/traitlets/archive/$pkgver.tar.gz"