python3-xlrd: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:12 +01:00
parent e1238cfc87
commit 6b93fcb48e
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'python3-xlrd'
pkgname=python3-xlrd
version=2.0.1
revision=2
revision=3
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Lib for dev to extract data from Microsoft Excel (tm) spreadsheet files"
maintainer="pulux <pulux@pf4sh.de>"
license="BSD-3-Clause"