dev-python/protobuf-python: Restore default DISTUTILS_USE_SETUPTOOLS

The underlying issue causing false positives has been fixed.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-21 17:19:01 +02:00
parent 22095bcc68
commit a78f44324d
2 changed files with 0 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
EAPI="7"
PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8,3_9})
DISTUTILS_USE_SETUPTOOLS="manual"
inherit distutils-r1
@@ -30,7 +29,6 @@ IUSE=""
BDEPEND="${PYTHON_DEPS}
~dev-libs/protobuf-${PV}
dev-python/namespace-google[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${PYTHON_DEPS}
~dev-libs/protobuf-${PV}"

View File

@@ -3,7 +3,6 @@
EAPI="7"
PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8,3_9})
DISTUTILS_USE_SETUPTOOLS="manual"
inherit distutils-r1
@@ -30,7 +29,6 @@ IUSE=""
BDEPEND="${PYTHON_DEPS}
~dev-libs/protobuf-${PV}
dev-python/namespace-google[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${PYTHON_DEPS}
~dev-libs/protobuf-${PV}"