python-nose: fix pycompile_module= naming

This commit is contained in:
maxice8 2018-08-20 12:33:31 -03:00
parent 7186589618
commit 31cdd0d768
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -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"