From 497f78ce2da4101c0ddea0e88eaa889ada56c3e5 Mon Sep 17 00:00:00 2001 From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Date: Sat, 28 Jul 2018 15:28:23 +0200 Subject: [PATCH] dev-python/pew: Add shutilwhich dependency Closes: https://bugs.gentoo.org/660998 Closes: https://github.com/gentoo/gentoo/pull/9333 --- dev-python/pew/pew-1.1.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/pew/pew-1.1.1.ebuild b/dev-python/pew/pew-1.1.1.ebuild index 6522126be14a..5c0c4ea55839 100644 --- a/dev-python/pew/pew-1.1.1.ebuild +++ b/dev-python/pew/pew-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,8 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND} + >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}] >=dev-python/setuptools-17.1[${PYTHON_USEDEP}] + >=dev-python/shutilwhich-1.1.0[${PYTHON_USEDEP}] >=dev-python/virtualenv-1.11.6[${PYTHON_USEDEP}] - >=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}] - >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}]" + >=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}]" -- 2.26.2