From aacf664aa67ab0e35926e3a17c7fd9f7cd3f9087 Mon Sep 17 00:00:00 2001 From: Stuart Prescott Date: Tue, 7 Apr 2026 15:03:15 +1000 Subject: [PATCH] Fix missing dep in shiboken6 package --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a709444e..41e906e5 100644 --- a/debian/control +++ b/debian/control @@ -1191,8 +1191,8 @@ Section: devel Architecture: all Depends: python3, + libshiboken6-py3, ${misc:Depends}, - ${shlibs:Depends}, Description: CPython bindings generator for C++ libraries Shiboken6 is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then -- 2.30.2