Skip to content

Commit 931fe39

Browse files
authored
#1089: Optionally install build-essential during installation of Python packages (#1090)
fixes #1089
1 parent ad1e290 commit 931fe39

File tree

7 files changed

+438
-447
lines changed

7 files changed

+438
-447
lines changed

.current_gitmodules

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_9.3.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This release uses version 2.0.0 of the container tool.
1717
- #1078: Created Java Standard SLC
1818
- #1072: Created Python Standard SLC
1919
- #1076: Added R Standard SLC Flavor
20+
- #1089: Optionally install build-essential during installation of Python packages
2021

2122
## Security Issues
2223

doc/changes/package_diffs/9.3.0/standard-EXASOL-all-python-3.10__standard-EXASOL-all/flavor_base_deps/apt_get_packages_diff.md

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flavors/standard-EXASOL-all-python-3.10/flavor_base/flavor_base_deps/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ RUN /scripts/install_scripts/install_via_apt.pl --file /build_info/packages/flav
77

88
COPY flavor_base_deps/packages /build_info/packages/flavor_base_deps
99

10-
RUN /scripts/install_scripts/install_via_pip.pl --file /build_info/packages/flavor_base_deps/python3_pip_packages --python-binary python3 --with-versions --allow-no-version-for-urls --ancestor-pip-package-root-path /build_info/packages
10+
RUN /scripts/install_scripts/install_via_pip.pl --file /build_info/packages/flavor_base_deps/python3_pip_packages --python-binary python3 --with-versions --install-build-tools-ephemerally --allow-no-version-for-urls --ancestor-pip-package-root-path /build_info/packages

flavors/standard-EXASOL-all-python-3.10/flavor_base/flavor_base_deps/packages/apt_get_packages

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ unzip|6.0-26ubuntu3.2
22
git|1:2.34.1-1ubuntu1.12
33
libcurl4-openssl-dev|7.81.0-1ubuntu1.20
44
openssl|3.0.2-0ubuntu1.19
5-
build-essential|12.9ubuntu3
65
libsasl2-dev|2.1.27+dfsg2-3ubuntu1.2 # Needed by python-ldap
76
libldap2-dev|2.5.18+dfsg-0ubuntu0.22.04.3
87
slapd|2.5.18+dfsg-0ubuntu0.22.04.3
98
ldap-utils|2.5.18+dfsg-0ubuntu0.22.04.3
109
libsmbclient|2:4.15.13+dfsg-0ubuntu1.6
1110
libsmbclient-dev|2:4.15.13+dfsg-0ubuntu1.6
1211
smbclient|2:4.15.13+dfsg-0ubuntu1.6
13-
pkg-config|0.29.2-1ubuntu3
12+
libgomp1|12.3.0-1ubuntu1~22.04

0 commit comments

Comments
 (0)