diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 21:38:03 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 21:38:03 -0300 |
commit | 9fd2efb9c82ff637984850239cff1eaa7159ac69 (patch) | |
tree | 788816ad6b06ec024af5a3c0bdef13e5c936e679 /testing/py3-k5test | |
parent | 433fa772d803ba7794d798c7c520ea35733869d5 (diff) | |
download | aports-9fd2efb9c82ff637984850239cff1eaa7159ac69.tar.bz2 aports-9fd2efb9c82ff637984850239cff1eaa7159ac69.tar.xz |
testing/py3-k5test: depend on py3-six instead of py-six
Diffstat (limited to 'testing/py3-k5test')
-rw-r--r-- | testing/py3-k5test/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-k5test/APKBUILD b/testing/py3-k5test/APKBUILD index 5df48cede0..ed16c1fd78 100644 --- a/testing/py3-k5test/APKBUILD +++ b/testing/py3-k5test/APKBUILD @@ -3,12 +3,12 @@ pkgname=py3-k5test _pkgname=k5test pkgver=0.9.2 -pkgrel=0 +pkgrel=1 pkgdesc="A library for testing Python applications in self-contained Kerberos 5 environments" url="https://github.com/pythongssapi/k5test" arch="noarch" license="MIT" -depends="python3 py-six krb5-dev" +depends="python3 py3-six krb5-dev" options="!check" # Package doesn't have tests source="https://files.pythonhosted.org/packages/source/k/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |