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