From d9861347815f257e338c3d63cc78651a18d2524c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Kr=C3=BCger?= Date: Tue, 4 Apr 2023 13:10:21 +0200 Subject: [PATCH] Debian: add pyqtgraph dependency The pyqtgraph version should be >= 0.11.1 (tested on Debian 11), so the buster installation won't run without manual interaction: Installation of pyqtgraph via pip Fixes: #4711 Change-Id: If785da5578ac7f3812d8d49bc36d055cde4a37f9 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30859 Tested-by: Jenkins Automated Tests Reviewed-by: Jens Krueger --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index c7b3737..8ac8ad8 100644 --- a/debian/control +++ b/debian/control @@ -54,6 +54,7 @@ Architecture: all Depends: frappy-core, ${misc:Depends}, ${python3:Depends}, + python3-pyqtgraph (>=0.11.0) python3-pyqt5 (>=5) Replaces: secop-gui (<= 0.14.3) Breaks: secop-gui (<= 0.14.3)