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/python-distutils-extra/
Date: Tue, 28 Apr 2020 05:45:50
Message-Id: 1588052743.992bc76202af06fb5454544110db7e047d72bd0a.mgorny@gentoo
1 commit: 992bc76202af06fb5454544110db7e047d72bd0a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 05:27:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 05:45:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992bc762
7
8 dev-python/python-distutils-extra: Fix test deps correctly
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../python-distutils-extra/python-distutils-extra-2.44.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.44.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.44.ebuild
16 index 8952cf77dcd..7b03b650654 100644
17 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.44.ebuild
18 +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.44.ebuild
19 @@ -24,9 +24,11 @@ RESTRICT="!test? ( test )"
20 DOCS=( doc/{README,FAQ} )
21
22 BDEPEND="
23 - dev-libs/gobject-introspection
24 - dev-python/httplib2
25 - dev-python/pygobject"
26 + test? (
27 + dev-libs/gobject-introspection
28 + dev-python/httplib2[${PYTHON_USEDEP}]
29 + dev-python/pygobject[${PYTHON_USEDEP}]
30 + )"
31
32 PATCHES=(
33 "${FILESDIR}"/python-distutils-extra-2.44-test.patch