Skip to content

Commit e4c0cad

Browse files
committed
ci, gitian: Drop unneeded python3-dev package for macOS builds
1 parent e0bc27a commit e4c0cad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/test/00_setup_env_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
99
export CONTAINER_NAME=ci_macos_cross
1010
export DOCKER_NAME_TAG=ubuntu:20.04 # Check that Focal can cross-compile to macos (Focal is used in the gitian build as well)
1111
export HOST=x86_64-apple-darwin18
12-
export PACKAGES="cmake imagemagick librsvg2-bin libz-dev libtiff-tools libtinfo5 python3-dev python3-setuptools xorriso"
12+
export PACKAGES="cmake imagemagick librsvg2-bin libz-dev libtiff-tools libtinfo5 python3-setuptools xorriso"
1313
export XCODE_VERSION=11.3.1
1414
export XCODE_BUILD_ID=11C505
1515
export RUN_UNIT_TESTS=false

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ packages:
2323
- "imagemagick"
2424
- "libz-dev"
2525
- "python3"
26-
- "python3-dev"
2726
- "python3-setuptools"
2827
- "fonts-tuffy"
2928
- "xorriso"

0 commit comments

Comments
 (0)