forked from pool/python313
Sync from SUSE:SLFO:Main python313 revision 8e47fdd964e0cf538aa6655838a42add
This commit is contained in:
13
python-3.3.0b1-localpath.patch
Normal file
13
python-3.3.0b1-localpath.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: Python-3.13.0a3/Lib/site.py
|
||||
===================================================================
|
||||
--- Python-3.13.0a3.orig/Lib/site.py
|
||||
+++ Python-3.13.0a3/Lib/site.py
|
||||
@@ -77,7 +77,7 @@ import io
|
||||
import stat
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user