From ee48db1154c9d41e7c75264822c90131fee2b967407d0f2af803f6f75a9061e7 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 22 Aug 2025 10:46:19 +0200 Subject: [PATCH] .gitmodules: add python-cmd2 (bsc#1248498) Signed-off-by: Nathan Cutler --- .gitmodules | 4 ++++ python-cmd2 | 1 + 2 files changed, 5 insertions(+) create mode 160000 python-cmd2 diff --git a/.gitmodules b/.gitmodules index 5a07fc6..bf636f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26262,3 +26262,7 @@ path = ripgrep url = ../../pool/ripgrep branch = leap-16.0 +[submodule "python-cmd2"] + path = python-cmd2 + url = ../../pool/python-cmd2 + branch = leap-16.0 diff --git a/python-cmd2 b/python-cmd2 new file mode 160000 index 0000000..4d2e0aa --- /dev/null +++ b/python-cmd2 @@ -0,0 +1 @@ +Subproject commit 4d2e0aa7e8fb1a316943de564c626855f1ac9fb32039e2a0b5bd42f2ab734c26 -- 2.51.1