Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyperlink/
Date: Sun, 30 Jul 2017 08:34:00
Message-Id: 1501403626.f24658edc74a570b082b18cfee27996f8e110888.soap@gentoo
1 commit: f24658edc74a570b082b18cfee27996f8e110888
2 Author: Craig Andrews <candrews <AT> integralblue <DOT> com>
3 AuthorDate: Wed Jul 26 19:38:39 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:33:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24658ed
7
8 dev-python/hyperlink: add missing setuptools dependency
9
10 Gentoo-bug: 626282
11 Package-Manager: Portage-2.3.6, Repoman-2.3.3
12 Closes: https://github.com/gentoo/gentoo/pull/5221
13
14 dev-python/hyperlink/hyperlink-17.1.1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/hyperlink/hyperlink-17.1.1.ebuild b/dev-python/hyperlink/hyperlink-17.1.1.ebuild
18 index e9b1e86ea1b..b8d4e5eea07 100644
19 --- a/dev-python/hyperlink/hyperlink-17.1.1.ebuild
20 +++ b/dev-python/hyperlink/hyperlink-17.1.1.ebuild
21 @@ -17,6 +17,7 @@ IUSE="test"
22
23 RDEPEND=""
24 DEPEND="${RDEPEND}
25 + dev-python/setuptools[${PYTHON_USEDEP}]
26 test? (
27 >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
28 >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]