From a9ccd5e1463dbaacc73f4b1032e4abe156fc0373 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 13 Jan 2023 10:59:58 +0100 Subject: [PATCH] remove some python dependencies --- .gitmodules | 6 ------ fsfw | 2 +- tmtc/deps/spacepackets | 1 - tmtc/deps/tmtccmd | 1 - 4 files changed, 1 insertion(+), 9 deletions(-) delete mode 160000 tmtc/deps/spacepackets delete mode 160000 tmtc/deps/tmtccmd diff --git a/.gitmodules b/.gitmodules index fcbb17e..348e140 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,12 +7,6 @@ [submodule "fsfw"] path = fsfw url = https://egit.irs.uni-stuttgart.de/fsfw/fsfw.git -[submodule "tmtc/tmtccmd"] - path = tmtc/deps/tmtccmd - url = https://github.com/robamu-org/tmtccmd.git [submodule "tmtc/common_tmtc"] path = tmtc/common_tmtc url = https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-tmtc-common.git -[submodule "tmtc/spacepackets"] - path = tmtc/deps/spacepackets - url = https://github.com/robamu-org/py-spacepackets.git diff --git a/fsfw b/fsfw index cbe1b65..bf31175 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit cbe1b65a338b8f1d26859afbbcca70c4c11368d6 +Subproject commit bf311757a2fefd66955c9450a4377934b57be411 diff --git a/tmtc/deps/spacepackets b/tmtc/deps/spacepackets deleted file mode 160000 index 8362245..0000000 --- a/tmtc/deps/spacepackets +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 83622451c3e025bf8e5995344f3adf4044a69301 diff --git a/tmtc/deps/tmtccmd b/tmtc/deps/tmtccmd deleted file mode 160000 index b171f77..0000000 --- a/tmtc/deps/tmtccmd +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b171f77539db17ab6ade92d9609d296563968ac8