mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21:35 +00:00
Remove added files
This commit is contained in:
parent
667500e6cf
commit
005adc6521
@ -1,25 +0,0 @@
|
||||
import os
|
||||
import site
|
||||
import sys
|
||||
|
||||
# First, drop system-sites related paths.
|
||||
original_sys_path = sys.path[:]
|
||||
known_paths = set()
|
||||
for path in {"/usr/local/lib/python3.12/site-packages"}:
|
||||
site.addsitedir(path, known_paths=known_paths)
|
||||
system_paths = set(
|
||||
os.path.normcase(path) for path in sys.path[len(original_sys_path) :]
|
||||
)
|
||||
original_sys_path = [
|
||||
path for path in original_sys_path if os.path.normcase(path) not in system_paths
|
||||
]
|
||||
sys.path = original_sys_path
|
||||
|
||||
# Second, add lib directories.
|
||||
# ensuring .pth file are processed.
|
||||
for path in [
|
||||
"/tmp/pip-build-env-wwuhobll/overlay/lib/python3.12/site-packages",
|
||||
"/tmp/pip-build-env-wwuhobll/normal/lib/python3.12/site-packages",
|
||||
]:
|
||||
assert path not in sys.path
|
||||
site.addsitedir(path)
|
@ -1 +0,0 @@
|
||||
git+https://github.com/Reckless-Satoshi/drf-openapi-tester.git@soften-django-requirements (from -r requirements_dev.txt (line 3))
|
@ -1 +0,0 @@
|
||||
Subproject commit 2af4d20743439444054c5bf8a02c9f299b14491f
|
Loading…
Reference in New Issue
Block a user