diff options
author | 2023-05-27 18:42:12 +0200 | |
---|---|---|
committer | 2023-05-27 19:13:10 +0200 | |
commit | 0b1a640394fdb8ec40e69edcfc66fd95e46ff375 (patch) | |
tree | bf5e79248b789f28c9d56247818009fdf1fef337 /dev-python/setuptools | |
parent | dev-python/setuptools: Enable testing on py3.12 (diff) | |
download | gentoo-0b1a640394fdb8ec40e69edcfc66fd95e46ff375.tar.gz gentoo-0b1a640394fdb8ec40e69edcfc66fd95e46ff375.tar.bz2 gentoo-0b1a640394fdb8ec40e69edcfc66fd95e46ff375.zip |
dev-python/setuptools: Remove SETUPTOOLS_USE_DISTUTILS=stdlib hack
Remove the SETUPTOOLS_USE_DISTUTILS=stdlib test hack that does not seem
to be necessary anymore.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-67.8.0.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/setuptools/setuptools-67.8.0.ebuild b/dev-python/setuptools/setuptools-67.8.0.ebuild index 68585dd79b8d..4a58b9549dfe 100644 --- a/dev-python/setuptools/setuptools-67.8.0.ebuild +++ b/dev-python/setuptools/setuptools-67.8.0.ebuild @@ -87,10 +87,6 @@ src_prepare() { } python_test() { - if [[ ${EPYTHON} != python3.12 ]]; then - local -x SETUPTOOLS_USE_DISTUTILS=stdlib - fi - if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then return fi |