diff options
author | Craig Andrews <candrews@integralblue.com> | 2017-07-26 15:38:39 -0400 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-07-30 10:33:46 +0200 |
commit | f24658edc74a570b082b18cfee27996f8e110888 (patch) | |
tree | dbe917cda03cbfb0c544c07942b38e52b0e235b9 /dev-python/hyperlink | |
parent | media-plugins/kodi-pvr-mythtv: Cleanup old versions (diff) | |
download | gentoo-f24658edc74a570b082b18cfee27996f8e110888.tar.gz gentoo-f24658edc74a570b082b18cfee27996f8e110888.tar.bz2 gentoo-f24658edc74a570b082b18cfee27996f8e110888.zip |
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
Diffstat (limited to 'dev-python/hyperlink')
-rw-r--r-- | dev-python/hyperlink/hyperlink-17.1.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/hyperlink/hyperlink-17.1.1.ebuild b/dev-python/hyperlink/hyperlink-17.1.1.ebuild index e9b1e86ea1b6..b8d4e5eea075 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}] |