mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
certbot: noarch=yes; fix pycompile_module.
This commit is contained in:
parent
3345887fdf
commit
692c14f219
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'certbot'
|
# Template file for 'certbot'
|
||||||
pkgname=certbot
|
pkgname=certbot
|
||||||
version=0.8.1
|
version=0.8.1
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
pycompile_module="letsencrypt"
|
pycompile_module="certbot"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
depends="python-setuptools python-pytz python-zope.interface python-psutil
|
depends="python-setuptools python-pytz python-zope.interface python-psutil
|
||||||
python-configobj"
|
python-configobj"
|
||||||
|
|
Loading…
Add table
Reference in a new issue