Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/
Date: Sun, 04 Jun 2017 17:52:46
Message-Id: 1496598610.d58800fc1b01604662173433a2b45e67f5e1b9db.mgorny@gentoo
1 commit: d58800fc1b01604662173433a2b45e67f5e1b9db
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 2 16:13:30 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 17:50:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58800fc
7
8 dev-util/vint: add setuptools to RDEPEND
9
10 See vint/linting/cli.py
11
12 Closes: https://github.com/gentoo/gentoo/pull/4833
13 Package-Manager: Portage-2.3.6, Repoman-2.3.2
14
15 dev-util/vint/{vint-0.3.13.ebuild => vint-0.3.13-r1.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/vint/vint-0.3.13.ebuild b/dev-util/vint/vint-0.3.13-r1.ebuild
19 similarity index 100%
20 rename from dev-util/vint/vint-0.3.13.ebuild
21 rename to dev-util/vint/vint-0.3.13-r1.ebuild
22 index db4fa94c1fe..2d8f0cf94da 100644
23 --- a/dev-util/vint/vint-0.3.13.ebuild
24 +++ b/dev-util/vint/vint-0.3.13-r1.ebuild
25 @@ -22,9 +22,9 @@ RDEPEND="
26 >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
27 virtual/python-enum34[${PYTHON_USEDEP}]
28 virtual/python-pathlib[${PYTHON_USEDEP}]
29 + dev-python/setuptools[${PYTHON_USEDEP}]
30 "
31 DEPEND="${RDEPEND}
32 - dev-python/setuptools[${PYTHON_USEDEP}]
33 test? (
34 >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}]
35 >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}]