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:
Ilya Tumaykin
2017-06-02 19:13:30 +03:00
committed by Michał Górny
parent f17fb76149
commit d58800fc1b

View File

@@ -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}]