python3-xlrd: add missing python3 dependency
This commit is contained in:
parent
e1238cfc87
commit
6b93fcb48e
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-xlrd'
|
# Template file for 'python3-xlrd'
|
||||||
pkgname=python3-xlrd
|
pkgname=python3-xlrd
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Lib for dev to extract data from Microsoft Excel (tm) spreadsheet files"
|
short_desc="Lib for dev to extract data from Microsoft Excel (tm) spreadsheet files"
|
||||||
maintainer="pulux <pulux@pf4sh.de>"
|
maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Reference in New Issue