From 663c15491149f69cf39fa61cbea9f3de53a3049f Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Sat, 8 Feb 2020 11:37:05 -0600 Subject: [PATCH] Add py2 cap for reno Change-Id: I92267e2d68d888bab32a304a7cf34c5d71f6394f Signed-off-by: Sean McGinnis --- global-requirements.txt | 3 ++- upper-constraints.txt | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/global-requirements.txt b/global-requirements.txt index 235d1efca8..3ed27fdfae 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -325,7 +325,8 @@ pyudev # LGPLv2.1+ PyYAML # MIT qpid-python;python_version=='2.7' # Apache-2.0 raven # BSD -reno # Apache-2.0 +reno<3.0.0;python_version<'3.0' # Apache-2.0 +reno;python_version>='3.0' # Apache-2.0 requests!=2.20.0 # Apache-2.0 requests-aws # BSD License (3 clause) requests-kerberos # ISC diff --git a/upper-constraints.txt b/upper-constraints.txt index 47434c4312..507f0e3aee 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -217,7 +217,9 @@ ifaddr===0.1.6;python_version=='3.4' ifaddr===0.1.6;python_version=='3.5' ifaddr===0.1.6;python_version=='3.6' ifaddr===0.1.6;python_version=='3.7' -reno===3.0.0 +reno===2.11.3;python_version=='2.7' +reno===3.0.0;python_version=='3.6' +reno===3.0.0;python_version=='3.7' unicodecsv===0.14.1;python_version=='2.7' imagesize===1.2.0 pydot===1.4.1