projects
/
pyside6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3032be5
)
Fix missing dep in shiboken6 package
author
Stuart Prescott
<stuart@debian.org>
Tue, 7 Apr 2026 05:03:15 +0000
(15:03 +1000)
committer
Stuart Prescott
<stuart@debian.org>
Tue, 7 Apr 2026 05:03:15 +0000
(15:03 +1000)
debian/control
patch
|
blob
|
history
diff --git
a/debian/control
b/debian/control
index a709444ecb1f4a26ab634a9c0b9d5d322435ed5b..41e906e57581bfdb8f87ee04f499164abb81b4ae 100644
(file)
--- 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