From f24658edc74a570b082b18cfee27996f8e110888 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Wed, 26 Jul 2017 15:38:39 -0400 Subject: [PATCH] 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 e9b1e86ea1b69..b8d4e5eea0752 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}]