From 7e376aebd9fa0b59efab7e369bb68e2f5568e88b Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 20 Dec 2019 16:29:59 -0500 Subject: [PATCH] sr.ht/py3-pygithub: add setuptools to makedeps --- sr.ht/py3-pygithub/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sr.ht/py3-pygithub/APKBUILD b/sr.ht/py3-pygithub/APKBUILD index 5180641..e650ade 100644 --- a/sr.ht/py3-pygithub/APKBUILD +++ b/sr.ht/py3-pygithub/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/PyGithub/PyGithub" arch="noarch" license="LGPL-3.0-or-later" depends="python3 py3-jwt py3-requests py3-deprecated" -makedepends="python3-dev" +makedepends="python3-dev py3-setuptools" checkdepends="py3-httpretty py3-cryptography" _pypiprefix="${_pyname%${_pyname#?}}" source="$pkgname-$pkgver.tar.gz::https://github.com/$_pyname/$_pyname/archive/v$pkgver.tar.gz" -- 2.45.2