diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 21:38:49 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 21:39:05 -0300 |
commit | a14e276f2190de0172ac448c9e6dc3922f3c6898 (patch) | |
tree | e4ed80e4f2df8875056af1685451ff3252f268b4 /testing/py3-python-gssapi | |
parent | 9fd2efb9c82ff637984850239cff1eaa7159ac69 (diff) | |
download | aports-a14e276f2190de0172ac448c9e6dc3922f3c6898.tar.bz2 aports-a14e276f2190de0172ac448c9e6dc3922f3c6898.tar.xz |
testing/py3-python-gssapi: depend on py3-setuptools instead of py-setuptools
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 |