sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit fc0aeb61c724488e58c4958305baed4c52168205
parent 54d87fe25b28500493e1f5da449595ff23b9d691
Author: Florian Dold <dold@taler.net>
Date:   Wed,  9 Sep 2026 01:17:41 +0200

sync CI: remove unused pip dependencies

Diffstat:
Mcontrib/ci/Containerfile | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -14,7 +14,6 @@ RUN apt-get update -yqq && \ pkg-config \ libtool \ make \ - python3-pip \ python3-sphinx \ python3-sphinx-rtd-theme \ texinfo \ @@ -35,8 +34,6 @@ RUN apt-get install -yqq \ devscripts \ git-buildpackage -RUN pip3 install --break-system-packages requests click poetry uwsgi htmlark - # Install docs generation utils RUN apt-get update -yqq && \ apt-get install -yqq \