aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pysocks
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-16 12:31:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-17 11:45:51 +0000
commitd8a8f768ba2050a439d64c0a2259dbc67778cc8d (patch)
tree760643ba64d78b3ecc13dc0dca081fe8dbc350f8 /testing/py3-pysocks
parent1ca2fdd8dffe2c45424e81196dd1503e46764260 (diff)
downloadaports-d8a8f768ba2050a439d64c0a2259dbc67778cc8d.tar.bz2
aports-d8a8f768ba2050a439d64c0a2259dbc67778cc8d.tar.xz
testing/py3-pysocks: rebuild against python 3.7
Diffstat (limited to 'testing/py3-pysocks')
-rw-r--r--testing/py3-pysocks/APKBUILD4
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"