Add voltha repo as submodule and support arm64
[iec.git] / src / use_cases / seba_on_arm / patches / voltha / 0001-pin-pynacl-to-1.1.2-recent-version-fail-to-install.patch
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
5
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
7
8 Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
9 ---
10  requirements.txt | 1 +
11  1 file changed, 1 insertion(+)
12
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
18  pyparsing==2.2.0
19  packaging==17.1
20  pexpect==4.6.0
21 +pynacl==1.1.2
22  
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
25 -- 
26 2.17.1
27