python-nose: fix pycompile_module= naming
This commit is contained in:
parent
7186589618
commit
31cdd0d768
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue