From d01a570a0e6a61ac6b7d1d4675a72f972f38c1f1 Mon Sep 17 00:00:00 2001 From: cekees Date: Sun, 22 Feb 2015 15:55:30 -0500 Subject: [PATCH] simple jsonchema package required by recent jupyter development --- pkgs/jsonschema.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkgs/jsonschema.yaml diff --git a/pkgs/jsonschema.yaml b/pkgs/jsonschema.yaml new file mode 100644 index 000000000..8cf46fe92 --- /dev/null +++ b/pkgs/jsonschema.yaml @@ -0,0 +1,5 @@ +extends: [setuptools_package] + +sources: +- key: tar.gz:ckmkf4ns6tckpojbztgrlhsoil3npmh3 + url: https://pypi.python.org/packages/source/j/jsonschema/jsonschema-2.4.0.tar.gz \ No newline at end of file