[jhbuild/wip/hadess/console-menu: 20/20] core-deps-latest: Add deps for Settings scenario testers




commit 35cd44afb3489150f9683ca0384c2e9b8d2c7be7
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 26 10:24:28 2022 +0100

    core-deps-latest: Add deps for Settings scenario testers

 modulesets/gnome-suites-core-deps-latest.modules | 24 ++++++++++++++++++++++++
 modulesets/gnome-suites-core-latest.modules      |  1 +
 2 files changed, 25 insertions(+)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules 
b/modulesets/gnome-suites-core-deps-latest.modules
index 8498c90b..311e0614 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -1832,6 +1832,30 @@
     </dependencies>
   </distutils>
 
+  <distutils id="textwrap3" python3="1">
+    <branch repo="github.com"
+            module="jonathaneunice/textwrap3.git"
+            checkoutdir="textwrap3"/>
+  </distutils>
+
+  <distutils id="ansiwrap" python3="1">
+    <branch repo="github.com"
+            module="jonathaneunice/ansiwrap.git"
+            checkoutdir="ansiwrap"/>
+    <dependencies>
+      <dep package="textwrap3"/>
+    </dependencies>
+  </distutils>
+
+  <distutils id="console-menu" python3="1">
+    <branch repo="github.com"
+            module="aegirhall/console-menu.git"
+            checkoutdir="console-menu"/>
+    <dependencies>
+      <dep package="ansiwrap"/>
+    </dependencies>
+  </distutils>
+
   <meson id="mm-common" mesonargs="-Duse-network=true">
     <branch/>
   </meson>
diff --git a/modulesets/gnome-suites-core-latest.modules b/modulesets/gnome-suites-core-latest.modules
index be0eec09..5baebf1e 100644
--- a/modulesets/gnome-suites-core-latest.modules
+++ b/modulesets/gnome-suites-core-latest.modules
@@ -224,6 +224,7 @@
       <if condition-set="linux">
         <dep package="ModemManager"/>
         <dep package="NetworkManager"/>
+        <dep package="console-menu"/>
       </if>
     </suggests>
   </meson>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]