From b2718b7618d34acc971d042580c8fa2a2d1993cc Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 16 Oct 2016 19:36:59 +0200 Subject: [PATCH] python-enum34: switch to python2-module --- srcpkgs/python-enum34/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-enum34/template b/srcpkgs/python-enum34/template index 83c582f4e37..5ff6f39ee74 100644 --- a/srcpkgs/python-enum34/template +++ b/srcpkgs/python-enum34/template @@ -4,7 +4,7 @@ version=1.1.6 revision=1 noarch=yes wrksrc="enum34-${version}" -build_style="python-module" +build_style=python2-module hostmakedepends="python-setuptools" depends="python" pycompile_module="enum"