From b3394953fdb837945f9f0e8855e5c4719a8347f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 24 Oct 2018 12:13:50 +0200
Subject: [PATCH] =?UTF-8?q?stack/slapos:=20version=20=E2=86=91=20jsonschem?=
 =?UTF-8?q?a=203.0.0a3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

with support for draft7 of json schema
---
 stack/slapos.cfg | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/stack/slapos.cfg b/stack/slapos.cfg
index eab36179f..ab0c673b0 100644
--- a/stack/slapos.cfg
+++ b/stack/slapos.cfg
@@ -193,16 +193,24 @@ erp5.util = 0.4.51
 feedparser = 5.2.1
 
 # Required by:
-# jsonschema==2.6.0
+# jsonschema==3.0.0a3
 functools32 = 3.2.3.post2
 
+# Required by:
+# jsonschema==3.0.0a3
+attrs = 18.2.0
+
+# Required by:
+# jsonschema==3.0.0a3
+pyrsistent = 0.14.5
+
 # Required by:
 # cryptography==1.8.1
 ipaddress = 1.0.18
 
 # Required by:
 # slapos.cookbook==1.0.62
-jsonschema = 2.6.0
+jsonschema = 3.0.0a3
 
 # Required by:
 # slapos.toolbox==0.81
-- 
2.30.9