Skip to content

Commit c0196be

Browse files
committed
Merge bitcoin#28932: ci: remove python3-setuptools from macOS build deps
0ffcc5b ci: remove python3-setuptools from mac build deps (fanquake) Pull request description: Remove no-longer used python-setuptools. Followup to bitcoin#28432. Related to bitcoin#28845. ACKs for top commit: hebasto: ACK 0ffcc5b, I have reviewed the code and it looks OK. TheCharlatan: ACK 0ffcc5b Tree-SHA512: c3ac441c85f6f203414e5e2ad0c453ee35fa4765c72c5ff79699aa622c0db767651890ac0c8507f5ed18e18e3b0e23f2952f677476424cfda4df93647a367c26
2 parents 930bcfd + 0ffcc5b commit c0196be

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
@@ -11,7 +11,7 @@ export SDK_URL=${SDK_URL:-https://bitcoincore.org/depends-sources/sdks}
1111
export CONTAINER_NAME=ci_macos_cross
1212
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:22.04"
1313
export HOST=x86_64-apple-darwin
14-
export PACKAGES="cmake libz-dev python3-setuptools zip"
14+
export PACKAGES="cmake libz-dev zip"
1515
export XCODE_VERSION=12.2
1616
export XCODE_BUILD_ID=12B45b
1717
export RUN_UNIT_TESTS=false

depends/README.md

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

4949
#### For macOS cross compilation
5050

51-
sudo apt-get install curl bsdmainutils cmake libz-dev python3-setuptools zip
51+
sudo apt-get install curl bsdmainutils cmake libz-dev zip
5252

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

0 commit comments

Comments
 (0)