python3-humanize: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:05 +01:00
parent ebdcac4de0
commit 560e0fcceb

View file

@ -1,10 +1,11 @@
# Template file for 'python3-humanize'
pkgname=python3-humanize
version=2.0.0
revision=4
revision=5
wrksrc="humanize-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3"
checkdepends="python3-pytest python3-freezegun"
short_desc="Python humanize utilities"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"