Fix patch for requirements 59/4459/2
authoriberezovskiy <iberezovskiy@mirantis.com>
Tue, 10 Mar 2015 15:30:54 +0000 (18:30 +0300)
committerIvan Berezovskiy <iberezovskiy@mirantis.com>
Wed, 11 Mar 2015 19:01:56 +0000 (19:01 +0000)
 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

index b68cc21b404f73381c2c450f6f3ee73983e85814..c4d8ae02dc548fe8ce066f60f35d88adfdd678df 100644 (file)
@@ -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