Skip to content

Commit 62e671d

Browse files
committed
merge bitcoin#28932: remove python3-setuptools from macOS build deps
1 parent 5bef1e5 commit 62e671d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/test/00_setup_env_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
88

99
export CONTAINER_NAME=ci_macos_cross
1010
export HOST=x86_64-apple-darwin
11-
export PACKAGES="cmake libz-dev python3-setuptools zip"
11+
export PACKAGES="cmake libz-dev zip"
1212
export XCODE_VERSION=15.0
1313
export XCODE_BUILD_ID=15A240d
1414
export RUN_UNIT_TESTS=false

depends/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The paths are automatically configured and no other options are needed unless ta
4747

4848
#### For macOS cross compilation
4949

50-
sudo apt-get install curl bsdmainutils cmake libz-dev python3-setuptools zip
50+
sudo apt-get install curl bsdmainutils cmake libz-dev zip
5151

5252
Note: You must obtain the macOS SDK before proceeding with a cross-compile.
5353
Under the depends directory, create a subdirectory named `SDKs`.

0 commit comments

Comments
 (0)