From 793efc39aa5b88bf238de3e74ade52342932b1522aa46aaec1577ca9c2918886 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 22 Aug 2025 10:11:03 +0200 Subject: [PATCH 1/2] .gitmodules: add python-asyncssh (bsc#1248491) Signed-off-by: Nathan Cutler --- .gitmodules | 4 ++++ python-asyncssh | 1 + 2 files changed, 5 insertions(+) create mode 160000 python-asyncssh diff --git a/.gitmodules b/.gitmodules index 31e0e73..497f33c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26258,6 +26258,10 @@ path = ripgrep url = ../../pool/ripgrep branch = leap-16.0 +[submodule "python-asyncssh"] + path = python-asyncssh + url = ../../pool/python-asyncssh + branch = leap-16.0 [submodule "python-cmd2"] path = python-cmd2 url = ../../pool/python-cmd2 diff --git a/python-asyncssh b/python-asyncssh new file mode 160000 index 0000000..80f9591 --- /dev/null +++ b/python-asyncssh @@ -0,0 +1 @@ +Subproject commit 80f95914098daf987c4df0ac77fb2b7ae8eeaf3ec8fa16aa3b93fcbaef56b4a6 -- 2.51.1 From 7397aa50d72b536116e1eb73f113e3ef9c3c88fcaff82a02dca4e51a6fb3f81f Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 26 Aug 2025 09:30:34 +0200 Subject: [PATCH 2/2] .gitmodules: add python-libnacl (bsc#1248491) Signed-off-by: Nathan Cutler --- .gitmodules | 4 ++++ python-libnacl | 1 + 2 files changed, 5 insertions(+) create mode 160000 python-libnacl diff --git a/.gitmodules b/.gitmodules index 497f33c..a4f52fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26282,3 +26282,7 @@ path = python-freeipa url = ../../pool/python-freeipa branch = leap-16.0 +[submodule "python-libnacl"] + path = python-libnacl + url = ../../pool/python-libnacl + branch = leap-16.0 diff --git a/python-libnacl b/python-libnacl new file mode 160000 index 0000000..2d8a281 --- /dev/null +++ b/python-libnacl @@ -0,0 +1 @@ +Subproject commit 2d8a2811caeebf8171f6e079b868baac99bee17b7ee84112296008b3db66e3ef -- 2.51.1