File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ Packages created for OpenSUSE now depend on ``libcanberra-gtk3-module `` instead of ``libcanberra-gtk3-0 ``.
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def pyproject_table_linux_system_suse(self):
120
120
# Needed to support Python bindings to GTK
121
121
"gobject-introspection", "typelib(Gtk) = 3.0",
122
122
# Dependencies that GTK looks for at runtime
123
- "libcanberra-gtk3-0 ",
123
+ "libcanberra-gtk3-module ",
124
124
# Needed to provide WebKit2 at runtime
125
125
# "libwebkit2gtk3", "typelib(WebKit2)",
126
126
]
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ def main():
159
159
# Needed to support Python bindings to GTK
160
160
"gobject-introspection", "typelib(Gtk) = 3.0",
161
161
# Dependencies that GTK looks for at runtime
162
- "libcanberra-gtk3-0 ",
162
+ "libcanberra-gtk3-module ",
163
163
# Needed to provide WebKit2 at runtime
164
164
# "libwebkit2gtk3", "typelib(WebKit2)",
165
165
]
@@ -1104,7 +1104,7 @@ def main():
1104
1104
# Needed to support Python bindings to GTK
1105
1105
"gobject-introspection", "typelib(Gtk) = 3.0",
1106
1106
# Dependencies that GTK looks for at runtime
1107
- "libcanberra-gtk3-0 ",
1107
+ "libcanberra-gtk3-module ",
1108
1108
# Needed to provide WebKit2 at runtime
1109
1109
# "libwebkit2gtk3", "typelib(WebKit2)",
1110
1110
]
You can’t perform that action at this time.
0 commit comments