commit:     15f5c17a1cc28d21d738db28c941711fd2924f5c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 22:04:36 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 22:05:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f5c17a

dev-python/pathlib2: Add missed dependency

Gentoo-Bug: #621080
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pathlib2/pathlib2-2.1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/pathlib2/pathlib2-2.1.0.ebuild 
b/dev-python/pathlib2/pathlib2-2.1.0.ebuild
index 7326f0581ef..6505d7afac2 100644
--- a/dev-python/pathlib2/pathlib2-2.1.0.ebuild
+++ b/dev-python/pathlib2/pathlib2-2.1.0.ebuild
@@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_test() {
        ${EPYTHON} test_pathlib2.py || die

Reply via email to