diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-03-11 16:53:44 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-03-11 17:12:06 +0100 |
commit | ac6b9c18ef55f4cd36e85069cf0cf82c14e04404 (patch) | |
tree | 90208930f54c47987bfd5ffcf0a0acaaad2510da | |
parent | 9cfce3cf6b531b01296dbebc1cc7844c1e049478 (diff) | |
download | libnitrokey-ac6b9c18ef55f4cd36e85069cf0cf82c14e04404.tar.gz libnitrokey-ac6b9c18ef55f4cd36e85069cf0cf82c14e04404.tar.bz2 |
Cleanup modules
Remove unused PyBind11
Update hidapi git path
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r-- | .gitmodules | 5 | ||||
m--------- | python_bindings/pybind11 | 0 |
2 files changed, 1 insertions, 4 deletions
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 -Subproject 1f66a584278dfd1ad88be19d5e4996302793a19 |