From f2705ded0ab659c6b7494044dec96685b48bc01a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Apr 2020 09:48:07 +0200 Subject: [PATCH] Update python-glanceclient constraints for Py3.8 The python-glanceclient contraint update did not touch Py3.8, see Ic964d03e8018faf7294bb766cf3234554c1be1c1. Sync the entries since Ussuri is testing Py38. Change-Id: Icc40aa1347c9af4495324401d43f55c3f88bfb67 --- upper-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upper-constraints.txt b/upper-constraints.txt index 47542ce1c0..f45b918cc6 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -200,7 +200,7 @@ googleapis-common-protos===1.51.0 python-glanceclient===3.0.0;python_version=='2.7' python-glanceclient===3.1.1;python_version=='3.6' python-glanceclient===3.1.1;python_version=='3.7' -python-glanceclient===3.1.0;python_version=='3.8' +python-glanceclient===3.1.1;python_version=='3.8' pyinotify===0.9.6 debtcollector===1.22.0;python_version=='2.7' debtcollector===2.0.1;python_version=='3.6'