From 31cdd0d768b58c31142870324de32bed9fd4031d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 20 Aug 2018 12:33:31 -0300 Subject: [PATCH] python-nose: fix pycompile_module= naming --- srcpkgs/python-nose/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template index de40a23fc3d..b92867b96f9 100644 --- a/srcpkgs/python-nose/template +++ b/srcpkgs/python-nose/template @@ -1,11 +1,11 @@ # Template file for 'python-nose' pkgname=python-nose version=1.3.7 -revision=2 +revision=3 noarch=yes wrksrc="nose-${version}" build_style=python-module -pycompile_modules="nose" +pycompile_module="nose" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools" short_desc="The nicer testing for Python2"