diff options
Diffstat (limited to 'testing/py-cryptography')
-rw-r--r-- | testing/py-cryptography/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-cryptography/APKBUILD b/testing/py-cryptography/APKBUILD index 84c8ad828a..92d4c8f8da 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" |