From f260bd25b1a54e03d800a2a5b55393b29365ebce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Kr=C3=BCger?= Date: Tue, 4 Apr 2023 08:30:37 +0200 Subject: [PATCH] Fix debian GUI package dependency The current python packages for Qt5 are called 'python3-pyqt5*' Change-Id: I36bba2be50eb8769b01eeaf1202b32d3c849fc56 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30854 Tested-by: Jenkins Automated Tests Reviewed-by: Alexander Zaft --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8ad7747..c7b3737 100644 --- a/debian/control +++ b/debian/control @@ -54,7 +54,7 @@ Architecture: all Depends: frappy-core, ${misc:Depends}, ${python3:Depends}, - python3-pyqt (>=4) + python3-pyqt5 (>=5) Replaces: secop-gui (<= 0.14.3) Breaks: secop-gui (<= 0.14.3) Description: Frappy SECoP gui client + cfgtool