summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>2018-07-28 15:28:23 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-29 21:57:14 +0200
commit497f78ce2da4101c0ddea0e88eaa889ada56c3e5 (patch)
treebc40906ef30854c95c42be1e35304be5c2bf6d52 /dev-python/pew
parentdev-python/shutilwhich: add ~x86 keyword (diff)
downloadgentoo-497f78ce2da4101c0ddea0e88eaa889ada56c3e5.tar.gz
gentoo-497f78ce2da4101c0ddea0e88eaa889ada56c3e5.tar.bz2
gentoo-497f78ce2da4101c0ddea0e88eaa889ada56c3e5.zip
dev-python/pew: Add shutilwhich dependency
Closes: https://bugs.gentoo.org/660998 Closes: https://github.com/gentoo/gentoo/pull/9333
Diffstat (limited to 'dev-python/pew')
-rw-r--r--dev-python/pew/pew-1.1.1.ebuild7
1 files 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}]"