commit: deba8cbf630344afed005b48b68cad3a29115d71
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 17:33:18 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 17:48:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deba8cbf
dev-python/protobuf-python: Set DISTUTILS_USE_SETUPTOOLS=rdepend
Corrected the QA check too. Thanks to Arfrever for pointing out
the false negative.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/protobuf-python/protobuf-python-3.13.0.ebuild | 2 ++
dev-python/protobuf-python/protobuf-python-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/dev-python/protobuf-python/protobuf-python-3.13.0.ebuild
b/dev-python/protobuf-python/protobuf-python-3.13.0.ebuild
index c015427c2d2..51f7d5f7b7f 100644
--- a/dev-python/protobuf-python/protobuf-python-3.13.0.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.13.0.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8,3_9})
inherit distutils-r1
diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild
b/dev-python/protobuf-python/protobuf-python-9999.ebuild
index 663013686fc..fc808ec3a2a 100644
--- a/dev-python/protobuf-python/protobuf-python-9999.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8,3_9})
inherit distutils-r1