From 18387da1c90c1290224856a2940cfe42b78509ba Mon Sep 17 00:00:00 2001
From: Walter Lozano <walter.lozano@collabora.com>
Date: Fri, 16 Feb 2024 14:21:25 -0300
Subject: [PATCH] Drop mapping of gnome-settings-daemon-data

This mapping was included from the beginning in the dashboard, but it seems
that is not really needed right now. Having this mapping causes dashboard
to complain with

gnome-settings-daemon apt error Not published on APT
gnome-settings-daemon-data git error GitLab project missing but found on OBS:

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
---
 bin/classes.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/classes.py b/bin/classes.py
index ca00b14..7b6bd72 100644
--- a/bin/classes.py
+++ b/bin/classes.py
@@ -9,7 +9,6 @@ import gitlab.v4.objects
 # FIXME: handle renamed projects without having to hardcode them here
 PROJECT_NAME_TO_PACKAGE_NAME = {
     "dbus-cxx": "dbus-c++",
-    "gnome-settings-daemon-data": "gnome-settings-daemon",
     "gtk-2.0": "gtk+2.0",
     "gtk-3.0": "gtk+3.0",
     "libsigcxx-2.0": "libsigc++-2.0",
-- 
GitLab