From 85bc53e60f0809e8aafb3f78c2f1e4e7d7f402fe Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 12:06:34 +0200 Subject: [PATCH] python-mock: switch to python2-module --- srcpkgs/python-mock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-mock/template b/srcpkgs/python-mock/template index 0d598fd1c6c..be8bc866e96 100644 --- a/srcpkgs/python-mock/template +++ b/srcpkgs/python-mock/template @@ -4,7 +4,7 @@ version=2.0.0 revision=2 noarch=yes wrksrc="${pkgname#*-}-${version}" -build_style=python-module +build_style=python2-module pycompile_module="mock" hostmakedepends="python-setuptools python-pbr" depends="python-six python-pbr python-funcsigs"