diff options
Diffstat (limited to 'testing/py3-python-gssapi')
-rw-r--r-- | testing/py3-python-gssapi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-python-gssapi/APKBUILD b/testing/py3-python-gssapi/APKBUILD index d4252e7a4e..c63d40912b 100644 --- a/testing/py3-python-gssapi/APKBUILD +++ b/testing/py3-python-gssapi/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="ISC" depends="python3" #checkdepends="py-nose py-shouldbe py-k5test" # Tests are missing alpine packages -makedepends="python3-dev krb5-dev py-setuptools" +makedepends="python3-dev krb5-dev py3-setuptools" source="https://files.pythonhosted.org/packages/source/g/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |