aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/obs/data/build_srcpkg.Dockerfile
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-09-12 17:03:04 +0200
committerOliver Smith <osmith@sysmocom.de>2023-09-12 17:31:45 +0200
commit39704878820d4381c4da675f3958452945b95a12 (patch)
treec242e4297659f7f9dffc5c88f52cd21c240fa8ee /scripts/obs/data/build_srcpkg.Dockerfile
parentd27ba27a55effaf13f51fb77cf5e3401b6244537 (diff)
OBS: don't downgrade version in debian/changelog
Fix the bug that the version in debian/changelog could get lowered if a release was made and the release git tag was not pushed yet. Fixes: OS#6173 Change-Id: I550ed10a60c863626d870e35034028f0bd066211
Diffstat (limited to 'scripts/obs/data/build_srcpkg.Dockerfile')
-rw-r--r--scripts/obs/data/build_srcpkg.Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/obs/data/build_srcpkg.Dockerfile b/scripts/obs/data/build_srcpkg.Dockerfile
index 75482bc..5475a94 100644
--- a/scripts/obs/data/build_srcpkg.Dockerfile
+++ b/scripts/obs/data/build_srcpkg.Dockerfile
@@ -18,6 +18,7 @@ RUN apt-get update && \
libxml2-utils \
meson \
osc \
+ python3-packaging \
python3-setuptools \
rebar3 \
sed \