diff options
Diffstat (limited to 'testing/py3-k5test/APKBUILD')
-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 |