From 6c682b34c2a4615794ca50820289713f0470f92f Mon Sep 17 00:00:00 2001 From: drglynn <37804752+drglynn@users.noreply.github.com> Date: Mon, 26 Mar 2018 14:48:20 +0100 Subject: [PATCH] Update requirements.txt Remove 3 equal signs from oslo.privsep --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02545de1d..aecac1413 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ os-client-config==1.28.0 # OSI Approved Apache Software License osc-lib==1.7.0 # OSI Approved Apache Software License oslo.config==4.11.1 # OSI Approved Apache Software License oslo.i18n==3.17.0 # OSI Approved Apache Software License -oslo.privsep===1.22.1 # OSI Approved Apache Software License +oslo.privsep==1.22.1 # OSI Approved Apache Software License oslo.serialization==2.20.1 # OSI Approved Apache Software License oslo.utils==3.28.0 # OSI Approved Apache Software License paramiko==2.2.1 # LGPL; OSI Approved GNU Library or Lesser General Public License (LGPL)