Commit 6d343d4
committed
Disable system site-packages via GENTOO_CPYTHON_BUILD var
Do not add system site-packages directory to sys.path
if GENTOO_CPYTHON_BUILD variable is set. This solves multiple issues
while building and testing CPython, particularly test suite issues from
installed .pth files, Python modules (particularly docutils) and sandbox
violations from attempting to write byte-compiled modules back.
Signed-off-by: Michał Górny <[email protected]>1 parent 9cd7413 commit 6d343d4
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| 418 | + | |
418 | 419 | | |
419 | 420 | | |
420 | 421 | | |
| |||
0 commit comments