depends: remove PYTHONPATH from config.site

We no-longer need this, as we no-longer build python packages.

Effectively reverts de619a37fd.
This commit is contained in:
fanquake
2023-11-10 13:58:46 +00:00
parent 830583eb9d
commit 3b19100303
3 changed files with 0 additions and 5 deletions

View File

@@ -102,7 +102,6 @@ fi
if test -n "@CXX@" -a -z "${CXX}"; then
CXX="@CXX@"
fi
PYTHONPATH="${depends_prefix}/native/lib/python3/dist-packages${PYTHONPATH:+${PATH_SEPARATOR}}${PYTHONPATH}"
if test -n "@AR@"; then
AR="@AR@"