From cc93cacc4f4e722cfa8f51bb01c41a51e750b4b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Sat, 18 Jun 2022 20:53:27 +0000
Subject: [PATCH] at-spi2-core: remove unnecessary dependency.

---
 helpers/make-at-spi2-core | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/helpers/make-at-spi2-core b/helpers/make-at-spi2-core
index 373a533c..d45aa650 100644
--- a/helpers/make-at-spi2-core
+++ b/helpers/make-at-spi2-core
@@ -27,6 +27,9 @@ X-MATE-AutoRestart=true
 X-MATE-Autostart-Phase=Initialization
 EOF
 
+#Remove unnecessary requirement.
+sed -i '/gedit/d' debian/control
+
 changelog "Enable on MATE"
 
 compile
-- 
GitLab