diff options
Diffstat (limited to 'testing/py3-pysocks')
-rw-r--r-- | testing/py3-pysocks/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pysocks/APKBUILD b/testing/py3-pysocks/APKBUILD index a835b9f768..02cb30838c 100644 --- a/testing/py3-pysocks/APKBUILD +++ b/testing/py3-pysocks/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: pkgname=py3-pysocks pkgver=1.6.8 -pkgrel=0 +pkgrel=1 pkgdesc="Python Socks module" url="https://github.com/Anorov/PySocks" arch="noarch" license="BSD" depends="python3" -makedepends="python3-dev" +makedepends="python3-dev py3-setuptools" source="https://pypi.io/packages/source/P/PySocks/PySocks-$pkgver.tar.gz" builddir="$srcdir/PySocks-$pkgver" |