commit:     992bc76202af06fb5454544110db7e047d72bd0a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 28 05:27:12 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 28 05:45:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992bc762

dev-python/python-distutils-extra: Fix test deps correctly

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../python-distutils-extra/python-distutils-extra-2.44.ebuild     | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

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
index 8952cf77dcd..7b03b650654 100644
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.44.ebuild
+++ b/dev-python/python-distutils-extra/python-distutils-extra-2.44.ebuild
@@ -24,9 +24,11 @@ RESTRICT="!test? ( test )"
 DOCS=( doc/{README,FAQ} )
 
 BDEPEND="
-       dev-libs/gobject-introspection
-       dev-python/httplib2
-       dev-python/pygobject"
+       test? (
+               dev-libs/gobject-introspection
+               dev-python/httplib2[${PYTHON_USEDEP}]
+               dev-python/pygobject[${PYTHON_USEDEP}]
+       )"
 
 PATCHES=(
        "${FILESDIR}"/python-distutils-extra-2.44-test.patch

Reply via email to