diff options
Diffstat (limited to 'user/py3-urllib3')
-rw-r--r-- | user/py3-urllib3/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user/py3-urllib3/APKBUILD b/user/py3-urllib3/APKBUILD index 48f33e87e..e97b7032b 100644 --- a/user/py3-urllib3/APKBUILD +++ b/user/py3-urllib3/APKBUILD @@ -10,13 +10,12 @@ url="https://github.com/shazow/urllib3" arch="noarch" options="!check" # needs tornado license="MIT" -depends="py3-certifi py3-cryptography py3-idna py3-openssl py3-pysocks" +depends="python3 py3-certifi py3-cryptography py3-idna py3-openssl py3-pysocks" makedepends="python3-dev" subpackages="" source="$pkgname-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" - build() { cd "$builddir" python3 setup.py build |