python3-XlsxWriter: add missing python3 dependency
This commit is contained in:
parent
72d2f82af3
commit
865423598a
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-XlsxWriter'
|
# Template file for 'python3-XlsxWriter'
|
||||||
pkgname=python3-XlsxWriter
|
pkgname=python3-XlsxWriter
|
||||||
version=1.3.7
|
version=1.3.7
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="XlsxWriter-RELEASE_${version}"
|
wrksrc="XlsxWriter-RELEASE_${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python3 module for creating Excel XLSX files"
|
short_desc="Python3 module for creating Excel XLSX files"
|
||||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue