Skip to content

Commit 7bb5d30

Browse files
committed
Add python3 to list of dependencies on some platforms
python3 is required for running the unit tests on macOS, Ubuntu and Fedora. Without python3 installed, 'make check' fails because /test/util/bitcoin-util-test.py fails to find python3.
1 parent d81dccf commit 7bb5d30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/build-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Then install [Homebrew](https://brew.sh).
1616
Dependencies
1717
----------------------
1818

19-
brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config protobuf qt libevent
19+
brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config protobuf python3 qt libevent
2020

2121
If you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG
2222

doc/build-unix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Dependency Build Instructions: Ubuntu & Debian
6565
----------------------------------------------
6666
Build requirements:
6767

68-
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
68+
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3
6969

7070
Options when installing required Boost library files:
7171

@@ -131,7 +131,7 @@ Dependency Build Instructions: Fedora
131131
-------------------------------------
132132
Build requirements:
133133

134-
sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel
134+
sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
135135

136136
Optional:
137137

0 commit comments

Comments
 (0)