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@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-21 19:33:18 +02:00
parent 0182309dcb
commit deba8cbf63
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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