From ec7a9df01bb1b37200f4cc712861223741d0ed49 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 20 Jan 2022 14:58:56 -0700 Subject: [PATCH] requirements: Update pynacl This avoids having to compile it from source on every image build. Signed-off-by: Zack Cerza --- requirements.in | 1 + requirements.txt | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index fce8e68d2..9d6405dbc 100644 --- a/requirements.in +++ b/requirements.in @@ -9,6 +9,7 @@ pexpect docopt netaddr paramiko +pynacl >= 1.5.0 # for universal2 wheel psutil >= 2.1.0 configparser ansible>=2.8,<2.10 diff --git a/requirements.txt b/requirements.txt index 644f72349..a54b78f0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -234,8 +234,10 @@ pycparser==2.20 # via cffi pyjwt==2.1.0 # via teuthology -pynacl==1.4.0 - # via paramiko +pynacl==1.5.0 + # via + # teuthology + # paramiko pyopenssl==20.0.1 # via # teuthology @@ -304,7 +306,6 @@ six==1.16.0 # keystoneauth1 # munch # oslo.i18n - # pynacl # pyopenssl # pytest # python-dateutil -- 2.47.3