From 30fec8a142d0907fc8d22eb87109a3607c6ac4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 26 Jun 2023 13:07:14 -0400 Subject: [PATCH] Remove python submodule, will add it back in the next major --- .gitmodules | 4 ---- src/deps/src/cpython | 1 - 2 files changed, 5 deletions(-) delete mode 160000 src/deps/src/cpython diff --git a/.gitmodules b/.gitmodules index 0607959aa..6edb43162 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,10 +2,6 @@ path = src/deps/src/luajit2 url = https://github.com/openresty/luajit2.git -[submodule "cpython"] - path = src/deps/src/cpython - url = https://github.com/python/cpython.git - [submodule "zlib"] path = src/deps/src/zlib url = https://github.com/madler/zlib.git diff --git a/src/deps/src/cpython b/src/deps/src/cpython deleted file mode 160000 index d2340ef25..000000000 --- a/src/deps/src/cpython +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d2340ef25721b6a72d45d4508c672c4be38c67d3