diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-traitlets/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-traitlets/APKBUILD b/testing/py-traitlets/APKBUILD index 9a7a33d5ce..e48da2fcd3 100644 --- a/testing/py-traitlets/APKBUILD +++ b/testing/py-traitlets/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=py-traitlets pkgver=4.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="A lightweight Traits like module" url="https://traitlets.readthedocs.io/" arch="noarch" @@ -28,7 +28,7 @@ package() { } _py2() { - depends="${depends//py-/py2-} py2-enum34" + depends="${depends//py-/py2-} py-enum34" _py python2 } |