aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-02-27 04:10:43 +0100
committerTBK <tbk@jjtc.eu>2020-03-23 14:33:48 +0100
commit8db14493bffe5095a53c70b5f79f3adaf4e04b82 (patch)
treeb427c486d70d7920d969f367a91569d838ed5206
parent0c8a8cac810e7e4cd427951772ba58c5f9091dc5 (diff)
downloadaports-8db14493bffe5095a53c70b5f79f3adaf4e04b82.tar.bz2
aports-8db14493bffe5095a53c70b5f79f3adaf4e04b82.tar.xz
testing/py3-k5test: add setuptools to makedepends
-rw-r--r--testing/py3-k5test/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/py3-k5test/APKBUILD b/testing/py3-k5test/APKBUILD
index b626d239c7..ba2e0f1bfd 100644
--- a/testing/py3-k5test/APKBUILD
+++ b/testing/py3-k5test/APKBUILD
@@ -9,6 +9,7 @@ url="https://github.com/pythongssapi/k5test"
arch="noarch"
license="MIT"
depends="python3 py3-six krb5-dev"
+makedepends="py3-setuptools"
options="!check" # Package doesn't have tests
source="https://files.pythonhosted.org/packages/source/k/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver