summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-06-02 19:13:30 +0300
committerMichał Górny <mgorny@gentoo.org>2017-06-04 19:50:10 +0200
commitd58800fc1b01604662173433a2b45e67f5e1b9db (patch)
tree1503180b01519f406cf33ba58330675b90c5192a /dev-util/vint
parentwww-apps/kibana-bin: bump to 5.3.3/5.4.1, drop old (diff)
downloadgentoo-d58800fc1b01604662173433a2b45e67f5e1b9db.tar.gz
gentoo-d58800fc1b01604662173433a2b45e67f5e1b9db.tar.bz2
gentoo-d58800fc1b01604662173433a2b45e67f5e1b9db.zip
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
Diffstat (limited to 'dev-util/vint')
-rw-r--r--dev-util/vint/vint-0.3.13-r1.ebuild (renamed from dev-util/vint/vint-0.3.13.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/vint/vint-0.3.13.ebuild b/dev-util/vint/vint-0.3.13-r1.ebuild
index db4fa94c1fe8..2d8f0cf94daf 100644
--- a/dev-util/vint/vint-0.3.13.ebuild
+++ b/dev-util/vint/vint-0.3.13-r1.ebuild
@@ -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}]