From 0da5219f99e2803b23ed8026b73b107ff62067f6 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 30 Dec 2018 15:15:50 +0100 Subject: [PATCH] python-Twisted: depend on pyOpenSSL explicitly As of service_identity 18.1.0, pyOpenSSL is an optional dependency. Fixes #6336. Closes #6357. --- srcpkgs/python-Twisted/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template index 222b2e30cf6..0b4fba97330 100644 --- a/srcpkgs/python-Twisted/template +++ b/srcpkgs/python-Twisted/template @@ -1,16 +1,16 @@ # Template file for 'python-Twisted' pkgname=python-Twisted version=18.9.0 -revision=1 +revision=2 wrksrc="Twisted-${version}" build_style=python-module pycompile_module="twisted" hostmakedepends="python-setuptools python3-setuptools python-incremental python3-incremental" makedepends="python-devel python3-devel" -depends="python-setuptools python-zope.interface python-service_identity - python-constantly python-incremental python-automat python-hyperlink - python-PyHamcrest" +depends="python-setuptools python-zope.interface python-openssl + python-service_identity python-constantly python-incremental python-automat + python-hyperlink python-PyHamcrest" short_desc="Asynchronous networking framework written in Python (Python2)" maintainer="Alessio Sergi " homepage="https://twistedmatrix.com/" @@ -45,9 +45,9 @@ python3-Twisted_package() { twisted:twist:/usr/bin/twist3 twisted:twistd:/usr/bin/twistd3" pycompile_module="twisted" - depends="python3-setuptools python3-zope.interface python3-service_identity - python3-constantly python3-incremental python3-automat python3-hyperlink - python3-PyHamcrest" + depends="python3-setuptools python3-zope.interface python3-openssl + python3-service_identity python3-constantly python3-incremental + python3-automat python3-hyperlink python3-PyHamcrest" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/bin/*3