summaryrefslogtreecommitdiff
path: root/user/py3-openssl
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2018-11-28 20:37:54 -0800
committerzlg <zlg@zlg.space>2018-11-28 20:37:54 -0800
commit7bc5e61f48272cb479c1941130475826853e2c40 (patch)
tree5f16d2b2ee4b95b8e36729a0e7ff84d3a7ec9d83 /user/py3-openssl
parenteb207fdef3ad034636401d7200c0dfc13b8a321b (diff)
downloadpackages-7bc5e61f48272cb479c1941130475826853e2c40.tar.gz
packages-7bc5e61f48272cb479c1941130475826853e2c40.tar.bz2
packages-7bc5e61f48272cb479c1941130475826853e2c40.tar.xz
packages-7bc5e61f48272cb479c1941130475826853e2c40.zip
user/py3-openssl: Add python3 to deps
Diffstat (limited to 'user/py3-openssl')
-rw-r--r--user/py3-openssl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-openssl/APKBUILD b/user/py3-openssl/APKBUILD
index e86044191..ecab996e1 100644
--- a/user/py3-openssl/APKBUILD
+++ b/user/py3-openssl/APKBUILD
@@ -9,7 +9,7 @@ url="https://github.com/pyca/pyopenssl"
arch="noarch"
options="!check" # tries to include execinfo.h, uses network
license="Apache-2.0"
-depends="py3-cryptography py3-six"
+depends="python3 py3-cryptography py3-six"
makedepends="python3-dev"
subpackages=""
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"