mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-util/vint: add setuptools to RDEPEND
See vint/linting/cli.py Closes: https://github.com/gentoo/gentoo/pull/4833 Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
committed by
Michał Górny
parent
f17fb76149
commit
d58800fc1b
@@ -22,9 +22,9 @@ RDEPEND="
|
||||
>=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
|
||||
virtual/python-enum34[${PYTHON_USEDEP}]
|
||||
virtual/python-pathlib[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
>=dev-python/coverage-3.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-2.6.4[${PYTHON_USEDEP}]
|
||||
Reference in New Issue
Block a user