From: Zack Cerza Date: Thu, 20 Jan 2022 21:58:56 +0000 (-0700) Subject: requirements: Update pynacl X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ec7a9df01bb1b37200f4cc712861223741d0ed49;p=teuthology.git requirements: Update pynacl This avoids having to compile it from source on every image build. Signed-off-by: Zack Cerza --- diff --git a/requirements.in b/requirements.in index fce8e68d2e..9d6405dbcf 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 644f723491..a54b78f0d8 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