From 24287edef8b5608cab6d9a84feab55d6e4a8e31d Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 1 Feb 2017 11:12:22 +0100 Subject: [PATCH] Twisted: add missing dependencies Now uses cryptography instead of pycrypto. --- srcpkgs/Twisted/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/Twisted/template b/srcpkgs/Twisted/template index 43ecb5fe73f..246a8811e04 100644 --- a/srcpkgs/Twisted/template +++ b/srcpkgs/Twisted/template @@ -1,9 +1,10 @@ # Template file for 'Twisted' pkgname=Twisted version=16.6.0 -revision=1 +revision=2 build_style=python2-module -hostmakedepends="python-setuptools python-zope.interface python-crypto python-openssl python-service_identity" +hostmakedepends="python-setuptools python-zope.interface python-cryptography + python-openssl python-service_identity python-constantly python-incremental" makedepends="${hostmakedepends} python-devel" depends="${makedepends/python-devel/}" pycompile_module="twisted"