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'
|
||||
pkgname=python3-XlsxWriter
|
||||
version=1.3.7
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="XlsxWriter-RELEASE_${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Python3 module for creating Excel XLSX files"
|
||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
|
|
Loading…
Reference in a new issue