summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-30 08:15:43 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-30 08:15:43 +0100
commitdb66158182dafb2614ddfe5514216f17e166792d (patch)
tree94159d994dbff36289a0cd5d50aab713326f054a
parent60e7f629a8de0837bb99c2fdf9125837715706db (diff)
downloadgentoo-db66158182dafb2614ddfe5514216f17e166792d.tar.gz
gentoo-db66158182dafb2614ddfe5514216f17e166792d.tar.bz2
gentoo-db66158182dafb2614ddfe5514216f17e166792d.zip
distutils-r1.eclass: Revert "disable setuptools validation ..."
Unauthorized changes, superseded by a later patchset. Reverts: 4f313c8a60d62cceab147cb62d2a4ee07484dd50 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--eclass/distutils-r1.eclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index c2d7e7eb8d06..e5a13e9c88cd 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1259,7 +1259,6 @@ distutils_pep517_install() {
# set it globally in case we were using "standalone" wrapper
local -x HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1
- local -x GENTOO_VALIDATE_PYPROJECT_NO_TROVE_CLASSIFIERS=1
if in_iuse debug && use debug; then
local -x SETUPTOOLS_RUST_CARGO_PROFILE=dev
fi