mirror of
https://github.com/markqvist/Sideband.git
synced 2025-12-01 12:45:30 -05:00
Updated build recipes
This commit is contained in:
parent
846e7d7687
commit
6a133842db
32 changed files with 1154 additions and 1614 deletions
13
recipes/hostpython3/patches/pyconfig_detection.patch
Normal file
13
recipes/hostpython3/patches/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', file=sys.stderr)
|
||||
|
||||
sys.prefix = sys.exec_prefix = site_prefix
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue