[info=01d561d14a77ff8f281e016bc98dbca1]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.10-image?expand=0&rev=7
This commit is contained in:
Dan Čermák 2022-12-07 17:37:31 +00:00 committed by Git OBS Bridge
parent d9c14b8c75
commit 4411bb3e14
2 changed files with 6 additions and 1 deletions

View File

@ -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%%"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 29 12:27:01 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Add main python package to include bundled modules (fixes bsc#1205850)
-------------------------------------------------------------------
Tue Nov 22 17:13:18 UTC 2022 - Dirk Mueller <dmueller@suse.com>