Signed-off-by: Michał Górny <mgo...@gentoo.org>
---
 eclass/distutils-r1.eclass | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index de54b17fa9b3..9691c9067b7e 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1259,6 +1259,8 @@ distutils_pep517_install() {
 
        # set it globally in case we were using "standalone" wrapper
        local -x HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1
+       local -x VALIDATE_PYPROJECT_NO_NETWORK=1
+       local -x VALIDATE_PYPROJECT_NO_TROVE_CLASSIFIERS=1
        if in_iuse debug && use debug; then
                local -x SETUPTOOLS_RUST_CARGO_PROFILE=dev
        fi
-- 
2.47.0


Reply via email to