diff options
author | zlg <zlg@zlg.space> | 2018-11-28 20:37:54 -0800 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2018-11-28 20:37:54 -0800 |
commit | 7bc5e61f48272cb479c1941130475826853e2c40 (patch) | |
tree | 5f16d2b2ee4b95b8e36729a0e7ff84d3a7ec9d83 | |
parent | eb207fdef3ad034636401d7200c0dfc13b8a321b (diff) | |
download | packages-7bc5e61f48272cb479c1941130475826853e2c40.tar.gz packages-7bc5e61f48272cb479c1941130475826853e2c40.tar.bz2 packages-7bc5e61f48272cb479c1941130475826853e2c40.tar.xz packages-7bc5e61f48272cb479c1941130475826853e2c40.zip |
user/py3-openssl: Add python3 to deps
-rw-r--r-- | user/py3-openssl/APKBUILD | 2 |
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" |