python-openssl: replaces pyopenssl.
This commit is contained in:
parent
e8abb69f85
commit
84eb18f968
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'python-openssl'
|
# Template file for 'python-openssl'
|
||||||
pkgname=python-openssl
|
pkgname=python-openssl
|
||||||
version=0.11
|
version=0.11
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="pyOpenSSL-${version}"
|
wrksrc="pyOpenSSL-${version}"
|
||||||
|
replaces="pyopenssl>=0"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="OpenSSL"
|
pycompile_module="OpenSSL"
|
||||||
|
|
Loading…
Reference in a new issue