tox: add python3-setuptools_scm to hostmakedepends
This commit is contained in:
parent
1741027262
commit
760bf8686c
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'tox'
|
# Template file for 'tox'
|
||||||
pkgname=tox
|
pkgname=tox
|
||||||
version=3.20.1
|
version=3.20.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3-filelock python3-packaging
|
depends="python3-filelock python3-packaging
|
||||||
python3-pluggy python3-pytest python3-toml python3-virtualenv"
|
python3-pluggy python3-pytest python3-toml python3-virtualenv"
|
||||||
checkdepends="${depends} python3-flaky python3-pathlib2"
|
checkdepends="${depends} python3-flaky python3-pathlib2"
|
||||||
|
|
Loading…
Reference in New Issue