Removes requirements.txt on sqlalchemy << 0.8
authorThomas Goirand <thomas@goirand.fr>
Sun, 22 Sep 2013 15:02:47 +0000 (23:02 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sun, 22 Sep 2013 15:02:47 +0000 (23:02 +0800)
Change-Id: If6ff540c552df167de001b6795de94de1251d26f

Rewritten-From: 0951ec52118368718856071dff6c5d887fc9f0b5

trusty/debian/patches/install-missing-files.patch
trusty/debian/patches/removes-sqlalchemy-restriction.patch [new file with mode: 0644]
trusty/debian/patches/series

index ea7cea2913ea06395d404b4cbb3435764049c513..209890d9ef26239abf263448b063c469304434d8 100644 (file)
@@ -2,9 +2,11 @@ Description: Install missing files
 Author: Thomas Goirand <zigo@debian.org>
 Forwarded: no
 
---- ceilometer.orig/MANIFEST.in        2013-03-18 01:13:43.000000000 +0800
-+++ ceilometer/MANIFEST.in     2013-03-18 01:14:06.000000000 +0800
-@@ -10,3 +10,11 @@
+Index: ceilometer/MANIFEST.in
+===================================================================
+--- ceilometer.orig/MANIFEST.in        2013-09-11 12:54:37.000000000 +0800
++++ ceilometer/MANIFEST.in     2013-09-22 23:01:28.000000000 +0800
+@@ -12,3 +12,11 @@
  recursive-include public *
  recursive-include ceilometer/locale *
  recursive-include ceilometer *.html
diff --git a/trusty/debian/patches/removes-sqlalchemy-restriction.patch b/trusty/debian/patches/removes-sqlalchemy-restriction.patch
new file mode 100644 (file)
index 0000000..4651c4e
--- /dev/null
@@ -0,0 +1,16 @@
+Description: Requirement is wrong
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: no
+Last-Update: 2013-09-22
+
+--- ceilometer-2013.2~b3.orig/requirements.txt
++++ ceilometer-2013.2~b3/requirements.txt
+@@ -3,7 +3,7 @@ WebOb>=1.2.3,<1.3
+ kombu>=2.4.8
+ iso8601>=0.1.4
+ argparse
+-SQLAlchemy>=0.7.8,<=0.7.99
++SQLAlchemy>=0.7.8
+ sqlalchemy-migrate>=0.7.2
+ alembic>=0.4.1
+ netaddr
index 25c0f244e6c3528dd5e85c9e11d2537f261ba6ad..99b75154ba977abd7f56091bc7f49cdb233a0680 100644 (file)
@@ -1 +1,2 @@
 install-missing-files.patch
+removes-sqlalchemy-restriction.patch