mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
tzupdate: add missing pycompile_module
This commit is contained in:
parent
ce5a7dec63
commit
8c56ca4904
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'tzupdate'
|
# Template file for 'tzupdate'
|
||||||
pkgname=tzupdate
|
pkgname=tzupdate
|
||||||
version=0.4.0
|
version=0.4.0
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-requests"
|
depends="python-setuptools python-requests"
|
||||||
noarch=yes
|
pycompile_module="tzupdate.py"
|
||||||
short_desc="Set the system timezone based on IP geolocation"
|
short_desc="Set the system timezone based on IP geolocation"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
|
|
Loading…
Add table
Reference in a new issue