python-Twisted: depend on pyOpenSSL explicitly
As of service_identity 18.1.0, pyOpenSSL is an optional dependency. Fixes #6336. Closes #6357.
This commit is contained in:
parent
e869733cd0
commit
0da5219f99
1 changed files with 7 additions and 7 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'python-Twisted'
|
# Template file for 'python-Twisted'
|
||||||
pkgname=python-Twisted
|
pkgname=python-Twisted
|
||||||
version=18.9.0
|
version=18.9.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Twisted-${version}"
|
wrksrc="Twisted-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="twisted"
|
pycompile_module="twisted"
|
||||||
hostmakedepends="python-setuptools python3-setuptools
|
hostmakedepends="python-setuptools python3-setuptools
|
||||||
python-incremental python3-incremental"
|
python-incremental python3-incremental"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
depends="python-setuptools python-zope.interface python-service_identity
|
depends="python-setuptools python-zope.interface python-openssl
|
||||||
python-constantly python-incremental python-automat python-hyperlink
|
python-service_identity python-constantly python-incremental python-automat
|
||||||
python-PyHamcrest"
|
python-hyperlink python-PyHamcrest"
|
||||||
short_desc="Asynchronous networking framework written in Python (Python2)"
|
short_desc="Asynchronous networking framework written in Python (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://twistedmatrix.com/"
|
homepage="https://twistedmatrix.com/"
|
||||||
|
@ -45,9 +45,9 @@ python3-Twisted_package() {
|
||||||
twisted:twist:/usr/bin/twist3
|
twisted:twist:/usr/bin/twist3
|
||||||
twisted:twistd:/usr/bin/twistd3"
|
twisted:twistd:/usr/bin/twistd3"
|
||||||
pycompile_module="twisted"
|
pycompile_module="twisted"
|
||||||
depends="python3-setuptools python3-zope.interface python3-service_identity
|
depends="python3-setuptools python3-zope.interface python3-openssl
|
||||||
python3-constantly python3-incremental python3-automat python3-hyperlink
|
python3-service_identity python3-constantly python3-incremental
|
||||||
python3-PyHamcrest"
|
python3-automat python3-hyperlink python3-PyHamcrest"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/*3
|
vmove usr/bin/*3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue