From 4411bb3e14f53c4c9293dc2c9c9e22d1def926861d56f6e102fca898dc452196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 7 Dec 2022 17:37:31 +0000 Subject: [PATCH] [info=01d561d14a77ff8f281e016bc98dbca1] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.10-image?expand=0&rev=7 --- Dockerfile | 2 +- python-3.10-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e250333..70c217a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ LABEL org.openbuildservice.disturl="%DISTURL%" LABEL com.suse.release-stage="released" # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends python310-devel python310-pip curl git-core python310-wheel; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends python310-devel python310 python310-pip curl git-core python310-wheel; zypper -n clean; rm -rf /var/log/* ENV PYTHON_VERSION="%%py310_ver%%" ENV PIP_VERSION="%%pip_ver%%" diff --git a/python-3.10-image.changes b/python-3.10-image.changes index fa0667c..3fa264d 100644 --- a/python-3.10-image.changes +++ b/python-3.10-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) + ------------------------------------------------------------------- Tue Nov 22 17:13:18 UTC 2022 - Dirk Mueller