aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-jsonrpclib/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-jsonrpclib/APKBUILD')
-rw-r--r--community/py-jsonrpclib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-jsonrpclib/APKBUILD b/community/py-jsonrpclib/APKBUILD
index 503e24028fd..b1ba6b0e88a 100644
--- a/community/py-jsonrpclib/APKBUILD
+++ b/community/py-jsonrpclib/APKBUILD
@@ -8,7 +8,7 @@ url="https://github.com/joshmarshall/jsonrpclib"
arch="noarch"
license="APACHE2.0"
depends=""
-makedepends="python-dev py-setuptools python3-dev"
+makedepends="python2-dev py-setuptools python3-dev"
install=""
subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2"
source="$pkgname-$pkgver.tar.gz::https://github.com/joshmarshall/${pkgname/py-/}/archive/v$pkgver.tar.gz"