From 712fe0c9677827ef0488c8c40c086de4cadd5eb0 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 04:22:03 +0200 Subject: [PATCH] python-txgithub: switch to python2-module --- srcpkgs/python-txgithub/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-txgithub/template b/srcpkgs/python-txgithub/template index bcb307394e2..677730e9881 100644 --- a/srcpkgs/python-txgithub/template +++ b/srcpkgs/python-txgithub/template @@ -4,7 +4,7 @@ version=15.0.0 revision=1 noarch=yes wrksrc="${pkgname#*-}-${version}" -build_style=python-module +build_style=python2-module pycompile_module="${pkgname#*-}" hostmakedepends="python-setuptools" makedepends="${hostmakedepends} Twisted"