diff --git a/srcpkgs/python-txgithub/template b/srcpkgs/python-txgithub/template index 677730e988..16a6707ed9 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"