python3-pytest: add python3-setuptools_scm, python3-toml to hostmakedepends

Without these packages, the egg-info for the pytest module is not vesioned.
This commit is contained in:
Andrew J. Hesford 2020-10-26 22:54:15 -04:00
parent 766fc6c805
commit dff9ee73b9

View file

@ -1,10 +1,10 @@
# Template file for 'python3-pytest' # Template file for 'python3-pytest'
pkgname=python3-pytest pkgname=python3-pytest
version=6.1.1 version=6.1.1
revision=1 revision=2
wrksrc="pytest-${version}" wrksrc="pytest-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools_scm python3-toml"
depends="python3-py python3-packaging python3-attrs python3-more-itertools depends="python3-py python3-packaging python3-attrs python3-more-itertools
python3-atomicwrites python3-pluggy python3-wcwidth python3-setuptools python3-atomicwrites python3-pluggy python3-wcwidth python3-setuptools
python3-iniconfig python3-toml" python3-iniconfig python3-toml"