Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/
Date: Sat, 14 Jul 2018 12:09:01
Message-Id: 1531570128.fca27fc5df04c2722f031d7a60b362f61d2177e5.mgorny@gentoo
1 commit: fca27fc5df04c2722f031d7a60b362f61d2177e5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 12:02:00 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 14 12:08:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca27fc5
7
8 dev-python/path-py: Add missing test-dep on packaging
9
10 Closes: https://bugs.gentoo.org/660934
11
12 dev-python/path-py/path-py-11.0.1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/path-py/path-py-11.0.1.ebuild b/dev-python/path-py/path-py-11.0.1.ebuild
16 index 730d60b7603..8fe229445c4 100644
17 --- a/dev-python/path-py/path-py-11.0.1.ebuild
18 +++ b/dev-python/path-py/path-py-11.0.1.ebuild
19 @@ -23,6 +23,7 @@ RDEPEND="
20 DEPEND="${RDEPEND}
21 dev-python/setuptools[${PYTHON_USEDEP}]
22 test? (
23 + dev-python/packaging[${PYTHON_USEDEP}]
24 dev-python/pytest[${PYTHON_USEDEP}]
25 )"