Fix missing dep in shiboken6 package
authorStuart Prescott <stuart@debian.org>
Tue, 7 Apr 2026 05:03:15 +0000 (15:03 +1000)
committerStuart Prescott <stuart@debian.org>
Tue, 7 Apr 2026 05:03:15 +0000 (15:03 +1000)
debian/control

index a709444ecb1f4a26ab634a9c0b9d5d322435ed5b..41e906e57581bfdb8f87ee04f499164abb81b4ae 100644 (file)
@@ -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