mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xml2rfc: add missing wcwidth dependency
This commit is contained in:
parent
35985e2227
commit
9974d55f57
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'xml2rfc'
|
# Template file for 'xml2rfc'
|
||||||
pkgname=xml2rfc
|
pkgname=xml2rfc
|
||||||
version=3.15.3
|
version=3.15.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-appdirs python3-ConfigArgParse python3-html5lib
|
depends="python3-appdirs python3-ConfigArgParse python3-html5lib
|
||||||
python3-intervaltree python3-Jinja2 python3-MarkupSafe python3-kitchen
|
python3-intervaltree python3-Jinja2 python3-MarkupSafe python3-kitchen
|
||||||
python3-lxml python3-pycountry python3-yaml python3-requests python3-six
|
python3-lxml python3-pycountry python3-yaml python3-requests python3-six
|
||||||
python3-google-i18n-address"
|
python3-google-i18n-address python3-wcwidth"
|
||||||
short_desc="Generate RFCs and IETF drafts from XML"
|
short_desc="Generate RFCs and IETF drafts from XML"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue