From 0d2d9b7637636954f2ebadf5cb0d9a83fb2f04c1 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 00:41:25 +0200 Subject: [PATCH] python-selectors34: switch to python2-module --- srcpkgs/python-selectors34/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-selectors34/template b/srcpkgs/python-selectors34/template index be7ae5c134b..1dfbc170ce1 100644 --- a/srcpkgs/python-selectors34/template +++ b/srcpkgs/python-selectors34/template @@ -4,7 +4,7 @@ version=1.1 revision=1 noarch=yes wrksrc="selectors34-${version}" -build_style=python-module +build_style=python2-module pycompile_module="selectors34.py" hostmakedepends="python-setuptools" depends="python-six"