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):
120120 # Needed to support Python bindings to GTK
121121 "gobject-introspection", "typelib(Gtk) = 3.0",
122122 # Dependencies that GTK looks for at runtime
123- "libcanberra-gtk3-0 ",
123+ "libcanberra-gtk3-module ",
124124 # Needed to provide WebKit2 at runtime
125125 # "libwebkit2gtk3", "typelib(WebKit2)",
126126]
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ def main():
159159 # Needed to support Python bindings to GTK
160160 "gobject-introspection", "typelib(Gtk) = 3.0",
161161 # Dependencies that GTK looks for at runtime
162- "libcanberra-gtk3-0 ",
162+ "libcanberra-gtk3-module ",
163163 # Needed to provide WebKit2 at runtime
164164 # "libwebkit2gtk3", "typelib(WebKit2)",
165165]
@@ -1104,7 +1104,7 @@ def main():
11041104 # Needed to support Python bindings to GTK
11051105 "gobject-introspection", "typelib(Gtk) = 3.0",
11061106 # Dependencies that GTK looks for at runtime
1107- "libcanberra-gtk3-0 ",
1107+ "libcanberra-gtk3-module ",
11081108 # Needed to provide WebKit2 at runtime
11091109 # "libwebkit2gtk3", "typelib(WebKit2)",
11101110]
You can’t perform that action at this time.
0 commit comments