mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-nose: fix pycompile_module= naming
This commit is contained in:
parent
7186589618
commit
31cdd0d768
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python-nose'
|
# Template file for 'python-nose'
|
||||||
pkgname=python-nose
|
pkgname=python-nose
|
||||||
version=1.3.7
|
version=1.3.7
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="nose-${version}"
|
wrksrc="nose-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_modules="nose"
|
pycompile_module="nose"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools"
|
||||||
short_desc="The nicer testing for Python2"
|
short_desc="The nicer testing for Python2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue