testing/py3-k5test: add setuptools to makedepends

This commit is contained in:
TBK 2020-02-27 04:10:43 +01:00
parent 0c8a8cac81
commit 8db14493bf
No known key found for this signature in database
GPG Key ID: 6D4FD19CB66C95EA

View File

@ -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