From ac6b9c18ef55f4cd36e85069cf0cf82c14e04404 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 11 Mar 2017 16:53:44 +0100 Subject: Cleanup modules Remove unused PyBind11 Update hidapi git path Signed-off-by: Szczepan Zalega --- .gitmodules | 5 +---- python_bindings/pybind11 | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 python_bindings/pybind11 diff --git a/.gitmodules b/.gitmodules index 1656b22..4608496 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "unittest/Catch"] path = unittest/Catch url = https://github.com/philsquared/Catch.git -[submodule "pybind11"] - path = python_bindings/pybind11 - url = https://github.com/pybind/pybind11.git [submodule "hidapi"] path = hidapi - url = https://github.com/szszszsz/hidapi.git + url = https://github.com/Nitrokey/hidapi.git diff --git a/python_bindings/pybind11 b/python_bindings/pybind11 deleted file mode 160000 index 1f66a58..0000000 --- a/python_bindings/pybind11 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1f66a584278dfd1ad88be19d5e4996302793a191 -- cgit v1.2.1