Skip to content

Commit 5bef1e5

Browse files
committed
merge bitcoin#28845: remove PYTHONPATH from config.site
1 parent c501a0d commit 5bef1e5

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ endif
1515
.PHONY: deploy FORCE
1616
.INTERMEDIATE: $(COVERAGE_INFO)
1717

18-
export PYTHONPATH
19-
2018
if BUILD_BITCOIN_LIBS
2119
pkgconfigdir = $(libdir)/pkgconfig
2220
pkgconfig_DATA = libdashconsensus.pc

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ AC_PATH_TOOL(DSYMUTIL, dsymutil)
127127
AC_PATH_PROG(DOXYGEN, doxygen)
128128
AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
129129

130-
AC_ARG_VAR(PYTHONPATH, Augments the default search path for python module files)
131-
132130
AC_ARG_ENABLE([wallet],
133131
[AS_HELP_STRING([--disable-wallet],
134132
[disable wallet (enabled by default)])],

depends/config.site.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ fi
9797
if test -n "@CXX@" -a -z "${CXX}"; then
9898
CXX="@CXX@"
9999
fi
100-
PYTHONPATH="${depends_prefix}/native/lib/python3/dist-packages${PYTHONPATH:+${PATH_SEPARATOR}}${PYTHONPATH}"
101100

102101
if test -n "@AR@"; then
103102
AR="@AR@"

0 commit comments

Comments
 (0)