dev-python/pew: Add shutilwhich dependency
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Sat, 28 Jul 2018 13:28:23 +0000 (15:28 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 29 Jul 2018 19:57:14 +0000 (21:57 +0200)
Closes: https://bugs.gentoo.org/660998
Closes: https://github.com/gentoo/gentoo/pull/9333

dev-python/pew/pew-1.1.1.ebuild

index 6522126be14ac18cb78d2d31bb32fa41e922c345..5c0c4ea558399f3a4cc91819e7d5d12f250a9de2 100644 (file)
@@ -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}]"