summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-27 08:38:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-27 08:38:36 +0000
commitf37e88eab8c001de8fc9d1a233bfe43d6d9f18dc (patch)
tree1ed302b4e564b2c560282e5d2a39b7836be52077 /testing
parent1b8acafccd71bc024c82fd4b00492fad42e1e8a7 (diff)
downloadaports-f37e88eab8c001de8fc9d1a233bfe43d6d9f18dc.tar.bz2
aports-f37e88eab8c001de8fc9d1a233bfe43d6d9f18dc.tar.xz
testing/py-m2crypto: fix buildtime deps
Diffstat (limited to 'testing')
-rw-r--r--testing/py-m2crypto/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-m2crypto/APKBUILD b/testing/py-m2crypto/APKBUILD
index 84e595adb..2163d7f71 100644
--- a/testing/py-m2crypto/APKBUILD
+++ b/testing/py-m2crypto/APKBUILD
@@ -10,7 +10,7 @@ arch="all"
license="BSD"
depends=""
depends_dev=
-makedepends="python-dev swig openssl-dev"
+makedepends="python-dev swig openssl-dev py-setuptools"
install=""
subpackages=""
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"