Skip to content

Commit 04e871d

Browse files
committed
Merge bitcoin/bitcoin#28845: depends: remove PYTHONPATH from config.site
3b19100 depends: remove PYTHONPATH from config.site (fanquake) Pull request description: We no-longer need this, as we no-longer build python packages. ACKs for top commit: hebasto: ACK 3b19100, this PR effectively reverts no longer needed de619a3. Tree-SHA512: 775354773f83fc98922f1d4ee84d8f1e866fb6fb2a59a3eaf06a7a5f0d846f7dc1b84862c58195dfb91ddfb02b2dc86bee78b51459f91c65a5b1464df9f3c53c
2 parents 6b7bf90 + 3b19100 commit 04e871d

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)