From 7305890619bec79f5f7f84bcb7989261efac2d8b Mon Sep 17 00:00:00 2001 From: iberezovskiy Date: Tue, 10 Mar 2015 18:30:54 +0300 Subject: [PATCH] Fix patch for requirements Requirements was synced with global and we've got upper bounds for all dependencies. So, we need to fix patch Change-Id: I998cad78900f5731ca3ac7a25f533502ebe45340 --- trusty/debian/patches/fix-requirements.patch | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/trusty/debian/patches/fix-requirements.patch b/trusty/debian/patches/fix-requirements.patch index b68cc21..c4d8ae0 100644 --- a/trusty/debian/patches/fix-requirements.patch +++ b/trusty/debian/patches/fix-requirements.patch @@ -1,20 +1,20 @@ diff --git a/requirements.txt b/requirements.txt -index b22d552..398d8d1 100644 +index 758818e..8839b31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ - alembic>=0.6.4 - anyjson>=0.3.3 + alembic>=0.6.4,<=0.7.4 + anyjson>=0.3.3,<=0.3.3 -argparse - croniter>=0.3.4 # MIT License - eventlet>=0.15.1,<0.16.0 - happybase>=0.5,!=0.7 -@@ -16,7 +15,6 @@ lockfile>=0.8 - lxml>=2.3 - msgpack-python>=0.4.0 - netaddr>=0.7.12 --ordereddict + croniter>=0.3.4,<=0.3.5 # MIT License + eventlet>=0.15.1,<=0.15.2 + happybase>=0.5,!=0.7,<=0.9 +@@ -16,7 +15,6 @@ lockfile>=0.8,<=0.8 + lxml>=2.3,<=3.3.3 + msgpack-python>=0.4.0,<=0.4.5 + netaddr>=0.7.12,<=0.7.13 +-ordereddict<=1.1 oslo.db>=1.0.0,<1.1 # Apache-2.0 - oslo.config>=1.4.0 # Apache-2.0 - oslo.rootwrap>=1.3.0 + oslo.config>=1.4.0,<=1.6.0 # Apache-2.0 + oslo.rootwrap>=1.3.0,<=1.5.0 -- 2.32.3