diff --git a/Dockerfile b/Dockerfile index 035d02d..f9bb009 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ LABEL org.openbuildservice.disturl="%DISTURL%" LABEL com.suse.release-stage="released" # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends python39-devel python39-pip curl git-core python39-wheel; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends python39-devel python39 python39-pip curl git-core python39-wheel; zypper -n clean; rm -rf /var/log/* ENV PYTHON_VERSION="%%py39_ver%%" ENV PIP_VERSION="%%pip_ver%%" diff --git a/python-3.9-image.changes b/python-3.9-image.changes index 03a2ecc..5163b57 100644 --- a/python-3.9-image.changes +++ b/python-3.9-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 29 12:27:01 UTC 2022 - Dan Čermák + +- Add main python package to include bundled modules (fixes bsc#1205850) + ------------------------------------------------------------------- Fri Jul 15 11:05:56 UTC 2022 - Dan Čermák