aports/community/gnome-software/appstream-no-python2.patch
Pablo Correa Gómez ef6cf24e50 community/gnome-software: downgrade to 45.3
This is a partial revert of commit
94d5d30ca55a7ca5135d3b20ed0c6a373a70be16

Relates #16637
2024-12-05 11:34:52 +00:00

12 lines
548 B
Diff

--- a/lib/gs-appstream.c
+++ b/lib/gs-appstream.c
@@ -587,8 +587,6 @@ gs_appstream_refine_add_provides (GsApp *app, XbNode *component, GError **error)
kind = AS_PROVIDED_KIND_FIRMWARE_RUNTIME;
else if (g_strcmp0 (fw_type, "flashed") == 0)
kind = AS_PROVIDED_KIND_FIRMWARE_FLASHED;
- } else if (g_strcmp0 (element_name, "python2") == 0) {
- kind = AS_PROVIDED_KIND_PYTHON_2;
} else if (g_strcmp0 (element_name, "python3") == 0) {
kind = AS_PROVIDED_KIND_PYTHON;
} else if (g_strcmp0 (element_name, "dbus") == 0) {