python3-jaraco.functools: specify all python3 hostmakedepends

This commit is contained in:
Andrew J. Hesford 2021-01-28 10:52:17 -05:00
parent eab758cfc1
commit a4a5905ad9

View file

@ -1,10 +1,10 @@
# Template file for 'python3-jaraco.functools' # Template file for 'python3-jaraco.functools'
pkgname=python3-jaraco.functools pkgname=python3-jaraco.functools
version=3.0.1 version=3.0.1
revision=2 revision=3
wrksrc="jaraco.functools-${version}" wrksrc="jaraco.functools-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools_scm python3-toml python3-more-itertools"
depends="python3-more-itertools python3-jaraco" depends="python3-more-itertools python3-jaraco"
checkdepends="${depends} python3-pytest python3-jaraco.classes" checkdepends="${depends} python3-pytest python3-jaraco.classes"
short_desc="Functools like those found in stdlib (Python3)" short_desc="Functools like those found in stdlib (Python3)"