diff --git a/3rdparty/Python-3.10.4.tgz b/3rdparty/Python-3.10.4.tgz
deleted file mode 100644
index 70981d4818789389d3397c37b0ee1ba1ef023215..0000000000000000000000000000000000000000
Binary files a/3rdparty/Python-3.10.4.tgz and /dev/null differ
diff --git a/3rdparty/cpython-3.9.12+20220502-x86_64-unknown-linux-gnu-install_only.zip b/3rdparty/cpython-3.9.12+20220502-x86_64-unknown-linux-gnu-install_only.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b4a3d7f0416e3b8df90d0282ae0490e4870bb466
Binary files /dev/null and b/3rdparty/cpython-3.9.12+20220502-x86_64-unknown-linux-gnu-install_only.zip differ
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c84dba71921c9e4ee5c7d2ac1f458b455c52d47e..e0a037830865a3f790808a31a24ecc48b886f841 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -103,7 +103,6 @@ add_subdirectory(3rdparty/cuttdb)
 if (BUILD_WITH_GDB_DRIVER_MDBX)
 add_subdirectory(3rdparty/libmdbx)
 endif()
-
 if(DAPSDK_MODULES MATCHES "ssl-support")
     add_subdirectory(3rdparty/wolfssl)
 endif()