diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-04 15:00:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-04 15:00:01 +0000 |
commit | 634fc1299364499b000bb92b37ddae43c6d8e502 (patch) | |
tree | c98033288ff4875b93db427f90703306921df3e8 | |
parent | 8f8901be0a991ce977fdca900b07afeddf9d0824 (diff) | |
download | aports-634fc1299364499b000bb92b37ddae43c6d8e502.tar.bz2 aports-634fc1299364499b000bb92b37ddae43c6d8e502.tar.xz |
testing/py-openssl: build fix
needs python
-rw-r--r-- | testing/py-openssl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-openssl/APKBUILD b/testing/py-openssl/APKBUILD index bcfc38ef8e..4f591fd4ea 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="" |