commit: f24658edc74a570b082b18cfee27996f8e110888 Author: Craig Andrews <candrews <AT> integralblue <DOT> com> AuthorDate: Wed Jul 26 19:38:39 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 08:33:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24658ed
dev-python/hyperlink: add missing setuptools dependency Gentoo-bug: 626282 Package-Manager: Portage-2.3.6, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5221 dev-python/hyperlink/hyperlink-17.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/hyperlink/hyperlink-17.1.1.ebuild b/dev-python/hyperlink/hyperlink-17.1.1.ebuild index e9b1e86ea1b..b8d4e5eea07 100644 --- a/dev-python/hyperlink/hyperlink-17.1.1.ebuild +++ b/dev-python/hyperlink/hyperlink-17.1.1.ebuild @@ -17,6 +17,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}] >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
