]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fixes SQLAlchemy requirements.txt
authorThomas Goirand <thomas@goirand.fr>
Mon, 23 Sep 2013 16:22:25 +0000 (00:22 +0800)
committerThomas Goirand <thomas@goirand.fr>
Mon, 23 Sep 2013 16:22:25 +0000 (00:22 +0800)
debian/patches/fix-sqlalchemy-requirements.txt [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/fix-sqlalchemy-requirements.txt b/debian/patches/fix-sqlalchemy-requirements.txt
new file mode 100644 (file)
index 0000000..435df65
--- /dev/null
@@ -0,0 +1,16 @@
+Description: Fixes wrong sqlalchemy requirements
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: no
+Last-Update: 2013-09-24
+
+--- cinder-2013.2~b3.orig/requirements.txt
++++ cinder-2013.2~b3/requirements.txt
+@@ -19,7 +19,7 @@ python-keystoneclient>=0.3.0
+ python-swiftclient>=1.5
+ Routes>=1.12.3
+ six
+-SQLAlchemy>=0.7.8,<=0.7.99
++SQLAlchemy>=0.7.8
+ sqlalchemy-migrate>=0.7.2
+ stevedore>=0.10
+ suds>=0.4
index 25c0f244e6c3528dd5e85c9e11d2537f261ba6ad..0fe267def6aec7dd7d48102f798b36420900c0e9 100644 (file)
@@ -1 +1,2 @@
 install-missing-files.patch
+fix-sqlalchemy-requirements.txt