summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-12-16 14:21:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-12-16 14:21:26 +0000
commit4e3fd89e32e891b3e06cd9d5c90f8c3245561983 (patch)
tree52e6e97dcac2d80568a4d85d4f60e0bda858807e /testing
parent0af55dd849be0bc478fc5c704164a72da3748410 (diff)
testing/py-cryptography: fix buildtime deps
Diffstat (limited to 'testing')
-rw-r--r--testing/py-cryptography/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-cryptography/APKBUILD b/testing/py-cryptography/APKBUILD
index 84c8ad828a3..92d4c8f8da7 100644
--- a/testing/py-cryptography/APKBUILD
+++ b/testing/py-cryptography/APKBUILD
@@ -10,7 +10,7 @@ arch="all"
license="ASL 2.0"
depends=""
depends_dev="python-dev"
-makedepends="$depends_dev py-setuptools"
+makedepends="$depends_dev py-setuptools libffi-dev openssl-dev"
install=""
subpackages=""
source="https://pypi.python.org/packages/source/c/cryptography/$_pkgname-$pkgver.tar.gz"