From b3e4e9e95e6f56160b50164bf8ce3e2cba80fd8d Mon Sep 17 00:00:00 2001 From: Dmitry Teselkin Date: Tue, 23 Jul 2013 15:31:30 +0400 Subject: [PATCH] pip-requires.txt fix. python-heatclient 0.2.1 forcibly installs jsonschema 0.8.0. Although, murano components require jsonschema 2.0.0. Change-Id: Ifef982143a40c71af753a70423d1a86ee788b871 --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pip-requires b/tools/pip-requires index 502f0a3..47a1e71 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -6,6 +6,7 @@ Paste PasteDeploy iso8601>=0.1.4 python-heatclient==0.2.1 +jsonschema==2.0.0 #http://tarballs.openstack.org/oslo-config/oslo-config-2013.1b4.tar.gz#egg=oslo-config oslo.config