osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/39973?usp=email )
Change subject: debian-bookworm-build: remove pysispm, pydbus
......................................................................
debian-bookworm-build: remove pysispm, pydbus
Remove pysispm as it currently breaks building the container and as it
is unlikely that we actually need this library as it is for switching
on/off power strips.
I've seen it mentioned first in c9fa2a ("Introduce osmo-gsm-tester
docker setup") from where it apparently was copy pasted to debian 10, 11
and 12 containers afterwards c1f302c2 ("Add debian-buster-jenkins docker
setup").
Remove pydbus as well, it was apparently copy pasted with the same
history and isn't used in Osmocom software.
Fix for:
#17 30.93 ERROR: Could not find a version that satisfies the requirement pysispm (from
versions: none)
#17 30.93 ERROR: No matching distribution found for pysispm
Change-Id: I731e171c85d530984279dc05544b6f02cec7cb3c
---
M debian-bookworm-build/Dockerfile
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/73/39973/1
diff --git a/debian-bookworm-build/Dockerfile b/debian-bookworm-build/Dockerfile
index b7744f6..170d363 100644
--- a/debian-bookworm-build/Dockerfile
+++ b/debian-bookworm-build/Dockerfile
@@ -182,8 +182,6 @@
'git+https://github.com/eriwen/lcov-to-cobertura-xml.git@028da3798355d0260c6c6491b39347d84ca7a02d'
\
'git+https://github.com/osmocom/sphinx-argparse@inside-classes#egg=sphinx-argparse'
\
'git+https://github.com/podshumok/python-smpplib.git' \
- 'pydbus' \
- 'pysispm' \
'ruff' \
'sphinx' \
'sphinxcontrib-napoleon' \
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/39973?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I731e171c85d530984279dc05544b6f02cec7cb3c
Gerrit-Change-Number: 39973
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>