From f565346b38a1af8e8509bc9d3acef26e7b1da180 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 00:08:42 +0200 Subject: [PATCH] python-funcsigs: switch to python2-module --- srcpkgs/python-funcsigs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-funcsigs/template b/srcpkgs/python-funcsigs/template index b4355588544..d35f4f091b7 100644 --- a/srcpkgs/python-funcsigs/template +++ b/srcpkgs/python-funcsigs/template @@ -4,7 +4,7 @@ version=1.0.2 revision=1 noarch=yes wrksrc="funcsigs-${version}" -build_style=python-module +build_style=python2-module pycompile_module="funcsigs" hostmakedepends="python-setuptools" depends="python"