From 51d04610717711f30083f517cfc9c1c20ba6b0b4 Mon Sep 17 00:00:00 2001 From: Seth Fitzsimmons Date: Mon, 2 Jul 2018 12:39:52 -0700 Subject: [PATCH] Add jsonschema dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12df12be..6910c65c 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ install_deps: sudo apt-get install -y python3-urwid python3-pyudev python3-nose python3-flake8 \ python3-yaml python3-coverage python3-dev pkg-config libnl-genl-3-dev \ libnl-route-3-dev python3-attr python3-distutils-extra python3-requests \ - python3-requests-unixsocket + python3-requests-unixsocket python3-jsonschema i18n: $(PYTHON) setup.py build