Accepting request 1117792 from home:dgarcia:branches:devel:languages:python:Factory

Python 3.13 alpha package

OBS-URL: https://build.opensuse.org/request/show/1117792
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=1
This commit is contained in:
2023-10-14 13:31:04 +00:00
committed by Git OBS Bridge
commit c9d84fa1ca
30 changed files with 7123 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Index: Python-3.13.0a1/Lib/site.py
===================================================================
--- Python-3.13.0a1.orig/Lib/site.py
+++ Python-3.13.0a1/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