From 5a31d854eec302fd1efb1466af757e520ae4e1dc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 19 Nov 2023 17:06:50 +0000 Subject: gentoo auto-resync : 19:11:2023 - 17:06:49 --- eclass/distutils-r1.eclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eclass/distutils-r1.eclass') diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 3d756eaad556..0a7b18e4a1a4 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1813,6 +1813,9 @@ distutils-r1_run_phase() { local -x CYTHON_FORCE_REGEN=1 fi + # silence warnings when pydevd is loaded on Python 3.11+ + local -x PYDEVD_DISABLE_FILE_VALIDATION=1 + # Rust extensions are incompatible with C/C++ LTO compiler # see e.g. https://bugs.gentoo.org/910220 if has cargo ${INHERITED}; then -- cgit v1.2.3