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"