summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-05 09:25:48 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-05 09:29:09 +0200
commit5c4893791d1e4540ffcd771b7f427644874f3aea (patch)
treee783abb8136a9b06bf6444f41ff775788832bc2f /dev-python/pybind11
parentdev-python/parso: Fix py3.10.0rc1 test failures (diff)
downloadgentoo-5c4893791d1e4540ffcd771b7f427644874f3aea.tar.gz
gentoo-5c4893791d1e4540ffcd771b7f427644874f3aea.tar.bz2
gentoo-5c4893791d1e4540ffcd771b7f427644874f3aea.zip
dev-python/pybind11: Fix DISTUTILS_USE_SETUPTOOLS value
Closes: https://bugs.gentoo.org/806380 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pybind11')
-rw-r--r--dev-python/pybind11/pybind11-2.7.1.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pybind11/pybind11-2.7.1.ebuild b/dev-python/pybind11/pybind11-2.7.1.ebuild
index b477308fbbe4..903b46f35328 100644
--- a/dev-python/pybind11/pybind11-2.7.1.ebuild
+++ b/dev-python/pybind11/pybind11-2.7.1.ebuild
@@ -3,7 +3,6 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7..10} )
inherit cmake distutils-r1