summaryrefslogtreecommitdiff
path: root/lower-constraints.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2019-03-22 10:23:36 -0500
committerTim Burke <tim.burke@gmail.com>2019-03-22 11:41:56 -0700
commit10cb205fe0556769dc688c9059d8802f49a4ee07 (patch)
tree537872cf8d2d042c67567ba53b772f3fca89c69e /lower-constraints.txt
parent65660faf697a9787845de1ccd689715b1d2f1b59 (diff)
downloadswift-10cb205fe0556769dc688c9059d8802f49a4ee07.tar.gz
Fix lower-constraint deps handling
When the lower-constraints tox target was added, it was assumed the install_command was just running the install and that the dependencies and constraints were being set using "deps = ". This fixed the install_command and deps to follow the expected pattern so the lower-constraints job actual does install the lower constraints. Also: * raise the minimum for netifaces as the existing version would fail to load * pin oslo.log to the minimum required by our minimum keystonemiddleware * fix up some error handling for ancient versions of pastedeploy * specify that we shouldn't install xattr on a platform we don't support anyway, because reasons Change-Id: Ie78c0dabe12e01109db2b6412166c3564b87ee96 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'lower-constraints.txt')
-rw-r--r--lower-constraints.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 8f698ee1e..2d89f1662 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -10,7 +10,7 @@ chardet==3.0.4
cliff==2.11.0
cmd2==0.8.1
coverage==3.6
-cryptography==1.6
+cryptography==1.8.2
debtcollector==1.19.0
dnspython==1.14.0
docutils==0.11
@@ -40,7 +40,7 @@ mock==2.0
monotonic==1.4
msgpack==0.5.6
netaddr==0.7.19
-netifaces==0.5
+netifaces==0.8
nose==1.3.7
nosehtmloutput==0.0.3
nosexcover==1.0.10
@@ -49,6 +49,7 @@ os-api-ref==1.0.0
os-testr==0.8.0
oslo.config==4.0.0
oslo.i18n==3.20.0
+oslo.log==3.22.0
oslo.serialization==2.25.0
oslo.utils==3.36.0
PasteDeploy==1.3.3