From affa9ad3e4b39f1f5b872a2aa00819bff2d7029b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 7 Jun 2018 19:17:43 +0200 Subject: [PATCH] python-txgithub: Twisted -> python-Twisted --- srcpkgs/python-txgithub/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-txgithub/template b/srcpkgs/python-txgithub/template index 677730e9881..16a6707ed97 100644 --- a/srcpkgs/python-txgithub/template +++ b/srcpkgs/python-txgithub/template @@ -1,14 +1,13 @@ # Template file for 'python-txgithub' pkgname=python-txgithub version=15.0.0 -revision=1 +revision=2 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python2-module -pycompile_module="${pkgname#*-}" +pycompile_module="txgithub" hostmakedepends="python-setuptools" -makedepends="${hostmakedepends} Twisted" -depends="Twisted" +depends="python-Twisted python-openssl" short_desc="GitHub API client implemented using Twisted" maintainer="Eivind Uggedal " license="MIT"