mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
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:
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user