From 64d50017a6488641184c8840ac330bd5633e8a97 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 03:22:30 +0200 Subject: [PATCH] python-futures: switch to python2-module --- srcpkgs/python-futures/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-futures/template b/srcpkgs/python-futures/template index 027c224247c..507fd226ab5 100644 --- a/srcpkgs/python-futures/template +++ b/srcpkgs/python-futures/template @@ -4,7 +4,7 @@ version=3.0.5 revision=1 noarch=yes wrksrc="futures-${version}" -build_style=python-module +build_style=python2-module pycompile_module="concurrent" hostmakedepends="python-setuptools" depends="python"