From 8db14493bffe5095a53c70b5f79f3adaf4e04b82 Mon Sep 17 00:00:00 2001 From: TBK Date: Thu, 27 Feb 2020 04:10:43 +0100 Subject: [PATCH] testing/py3-k5test: add setuptools to makedepends --- testing/py3-k5test/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/py3-k5test/APKBUILD b/testing/py3-k5test/APKBUILD index b626d239c78..ba2e0f1bfdc 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