python-click-threading: add missing pycompile_module
This commit is contained in:
parent
02b789854c
commit
fb6b50631d
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'python-click-threading'
|
||||
pkgname=python-click-threading
|
||||
version=0.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="click-threading-${version}"
|
||||
build_style="python-module"
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-click"
|
||||
pycompile_module="click-threading"
|
||||
short_desc="Multithreaded Click apps made easy in Python2"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in New Issue