Skip to content

Commit 3b19100

Browse files
committed
depends: remove PYTHONPATH from config.site
We no-longer need this, as we no-longer build python packages. Effectively reverts de619a3.
1 parent 830583e commit 3b19100

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
@@ -14,8 +14,6 @@ endif
1414
.PHONY: deploy FORCE
1515
.INTERMEDIATE: $(COVERAGE_INFO)
1616

17-
export PYTHONPATH
18-
1917
if BUILD_BITCOIN_LIBS
2018
pkgconfigdir = $(libdir)/pkgconfig
2119
pkgconfig_DATA = libbitcoinconsensus.pc

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ AC_PATH_TOOL([OBJCOPY], [objcopy])
139139
AC_PATH_PROG([DOXYGEN], [doxygen])
140140
AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
141141

142-
AC_ARG_VAR([PYTHONPATH], [Augments the default search path for python module files])
143-
144142
AC_ARG_ENABLE([wallet],
145143
[AS_HELP_STRING([--disable-wallet],
146144
[disable wallet (enabled by default)])],

depends/config.site.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ fi
102102
if test -n "@CXX@" -a -z "${CXX}"; then
103103
CXX="@CXX@"
104104
fi
105-
PYTHONPATH="${depends_prefix}/native/lib/python3/dist-packages${PYTHONPATH:+${PATH_SEPARATOR}}${PYTHONPATH}"
106105

107106
if test -n "@AR@"; then
108107
AR="@AR@"

0 commit comments

Comments
 (0)