From 3b19100303e70315c31d7aa3a3fd38d58131246f Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 10 Nov 2023 13:58:46 +0000 Subject: [PATCH] depends: remove PYTHONPATH from config.site We no-longer need this, as we no-longer build python packages. Effectively reverts de619a37fd18a17225c8a10b828fc61958abe4cf. --- Makefile.am | 2 -- configure.ac | 2 -- depends/config.site.in | 1 - 3 files changed, 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7c3cd82e7f0..60c372f4b78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,8 +14,6 @@ endif .PHONY: deploy FORCE .INTERMEDIATE: $(COVERAGE_INFO) -export PYTHONPATH - if BUILD_BITCOIN_LIBS pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libbitcoinconsensus.pc diff --git a/configure.ac b/configure.ac index 5d26f49e8be..20992380d28 100644 --- a/configure.ac +++ b/configure.ac @@ -139,8 +139,6 @@ AC_PATH_TOOL([OBJCOPY], [objcopy]) AC_PATH_PROG([DOXYGEN], [doxygen]) AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"]) -AC_ARG_VAR([PYTHONPATH], [Augments the default search path for python module files]) - AC_ARG_ENABLE([wallet], [AS_HELP_STRING([--disable-wallet], [disable wallet (enabled by default)])], diff --git a/depends/config.site.in b/depends/config.site.in index 05c2ccbac10..a6a5596bb89 100644 --- a/depends/config.site.in +++ b/depends/config.site.in @@ -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@"