python3-XlsxWriter: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:00 +01:00
parent 72d2f82af3
commit 865423598a

View file

@ -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"