Sync from SUSE:ALP:Source:Standard:1.0 python311 revision 35bf6e32ad8b7a7816539e655fcef7ff

This commit is contained in:
2023-09-27 17:27:22 +02:00
commit 023a601905
35 changed files with 7496 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/Lib/site.py
+++ b/Lib/site.py
@@ -76,7 +76,7 @@ import _sitebuiltins
import io
# Prefixes for site-packages; add additional prefixes like /usr/local here
-PREFIXES = [sys.prefix, sys.exec_prefix]
+PREFIXES = [sys.prefix, sys.exec_prefix, '/usr/local']
# Enable per user site-packages directory
# set it to False to disable the feature or True to force the feature
ENABLE_USER_SITE = None