test build
This commit is contained in:
parent
a712121c3c
commit
9d1e47dfba
460 changed files with 6705 additions and 26 deletions
MovedRecipes/python3crystax/patch
13
MovedRecipes/python3crystax/patch/pyconfig_detection.patch
Normal file
13
MovedRecipes/python3crystax/patch/pyconfig_detection.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff -Nru Python-3.8.2/Lib/site.py Python-3.8.2-new/Lib/site.py
|
||||
--- Python-3.8.2/Lib/site.py 2020-04-28 12:48:38.000000000 -0700
|
||||
+++ Python-3.8.2-new/Lib/site.py 2020-04-28 12:52:46.000000000 -0700
|
||||
@@ -487,7 +487,8 @@
|
||||
if key == 'include-system-site-packages':
|
||||
system_site = value.lower()
|
||||
elif key == 'home':
|
||||
- sys._home = value
|
||||
+ # this is breaking pyconfig.h path detection with venv
|
||||
+ print('Ignoring "sys._home = value" override')
|
||||
|
||||
sys.prefix = sys.exec_prefix = site_prefix
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue