summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-04 15:00:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-04 15:00:01 +0000
commit634fc1299364499b000bb92b37ddae43c6d8e502 (patch)
treec98033288ff4875b93db427f90703306921df3e8 /testing
parent8f8901be0a991ce977fdca900b07afeddf9d0824 (diff)
downloadaports-634fc1299364499b000bb92b37ddae43c6d8e502.tar.bz2
aports-634fc1299364499b000bb92b37ddae43c6d8e502.tar.xz
testing/py-openssl: build fix
needs python
Diffstat (limited to 'testing')
-rw-r--r--testing/py-openssl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-openssl/APKBUILD b/testing/py-openssl/APKBUILD
index bcfc38ef8..4f591fd4e 100644
--- a/testing/py-openssl/APKBUILD
+++ b/testing/py-openssl/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Python wrapper module around the OpenSSL library"
url="http://pyopenssl.sourceforge.net/"
arch="all"
license="ASL 2.0"
-depends=""
+depends="python"
depends_dev=""
makedepends="$depends_dev openssl-dev"
install=""