1 From 9108849f974a6513027b2cb80f64e5ee0f22a9fe Mon Sep 17 00:00:00 2001
2 From: jialv01 <Jianlin.Lv@arm.com>
3 Date: Wed, 10 Apr 2019 14:23:31 +0800
4 Subject: [PATCH] pin pynacl to 1.1.2 recent version fail to install
6 pin pynacl to 1.1.2, Recent versions of pynacl, specifically 1.2.0, 1.2.1, and 1.3.0 fail to install
8 Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
10 requirements.txt | 1 +
11 1 file changed, 1 insertion(+)
13 diff --git a/requirements.txt b/requirements.txt
14 index 5f2cfd2..004a069 100755
15 --- a/requirements.txt
16 +++ b/requirements.txt
17 @@ -63,6 +63,7 @@ etcd3==0.7.0
23 # python-consul>=0.6.1 we need the pre-released version for now, because 0.6.1 does not
24 # yet support Twisted. Once this is released, it will be the 0.6.2 version