From 6a904f7cf52fdea702af327cade3ba4f51861edf Mon Sep 17 00:00:00 2001
From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Mon, 31 May 2021 04:51:19 +0530
Subject: [PATCH] Fix #1034: do not auto-generate packages for SuSE

---
 misc/packagecore/packagecore.yaml | 40 +++++++++++++++----------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/misc/packagecore/packagecore.yaml b/misc/packagecore/packagecore.yaml
index df4e5743..71c79a14 100644
--- a/misc/packagecore/packagecore.yaml
+++ b/misc/packagecore/packagecore.yaml
@@ -89,26 +89,26 @@ packages:
     deps:
       - ncurses
       - readline
-  opensuse15.2:
-    builddeps:
-      - make
-      - gcc
-      - pkg-config
-      - readline-devel
-      - ncurses-devel
-    deps:
-      - libncurses6
-      - libreadline7
-  opensuse.tumbleweed:
-    builddeps:
-      - make
-      - gcc
-      - pkg-config
-      - readline-devel
-      - ncurses-devel
-    deps:
-      - libncurses6
-      - libreadline8
+#  opensuse15.2:
+#    builddeps:
+#      - make
+#      - gcc
+#      - pkg-config
+#      - readline-devel
+#      - ncurses-devel
+#    deps:
+#      - libncurses6
+#      - libreadline7
+#  opensuse.tumbleweed:
+#    builddeps:
+#      - make
+#      - gcc
+#      - pkg-config
+#      - readline-devel
+#      - ncurses-devel
+#    deps:
+#      - libncurses6
+#      - libreadline8
   ubuntu16.04:
     builddeps:
       - make
-- 
2.51.0