Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib2/
Date: Tue, 06 Jun 2017 22:05:35
Message-Id: 1496786701.15f5c17a1cc28d21d738db28c941711fd2924f5c.mrueg@gentoo
1 commit: 15f5c17a1cc28d21d738db28c941711fd2924f5c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 6 22:04:36 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 6 22:05:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f5c17a
7
8 dev-python/pathlib2: Add missed dependency
9
10 Gentoo-Bug: #621080
11 Package-Manager: Portage-2.3.6, Repoman-2.3.2
12
13 dev-python/pathlib2/pathlib2-2.1.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/pathlib2/pathlib2-2.1.0.ebuild b/dev-python/pathlib2/pathlib2-2.1.0.ebuild
17 index 7326f0581ef..6505d7afac2 100644
18 --- a/dev-python/pathlib2/pathlib2-2.1.0.ebuild
19 +++ b/dev-python/pathlib2/pathlib2-2.1.0.ebuild
20 @@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86"
21 IUSE=""
22
23 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
24 -DEPEND="${RDEPEND}"
25 +DEPEND="${RDEPEND}
26 + dev-python/setuptools[${PYTHON_USEDEP}]"
27
28 python_test() {
29 ${EPYTHON} test_pathlib2.py || die