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:
parent
766fc6c805
commit
dff9ee73b9
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-pytest'
|
||||
pkgname=python3-pytest
|
||||
version=6.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="pytest-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3-setuptools_scm python3-toml"
|
||||
depends="python3-py python3-packaging python3-attrs python3-more-itertools
|
||||
python3-atomicwrites python3-pluggy python3-wcwidth python3-setuptools
|
||||
python3-iniconfig python3-toml"
|
||||
|
|
Loading…
Reference in a new issue