From cfffa2b46419ff696d2d2145db2cc5db9468937b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sun, 22 Sep 2013 23:02:47 +0800 Subject: [PATCH] Removes requirements.txt on sqlalchemy << 0.8 Change-Id: If6ff540c552df167de001b6795de94de1251d26f Rewritten-From: 0951ec52118368718856071dff6c5d887fc9f0b5 --- .../debian/patches/install-missing-files.patch | 8 +++++--- .../patches/removes-sqlalchemy-restriction.patch | 16 ++++++++++++++++ xenial/debian/patches/series | 1 + 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 xenial/debian/patches/removes-sqlalchemy-restriction.patch diff --git a/xenial/debian/patches/install-missing-files.patch b/xenial/debian/patches/install-missing-files.patch index ea7cea2..209890d 100644 --- a/xenial/debian/patches/install-missing-files.patch +++ b/xenial/debian/patches/install-missing-files.patch @@ -2,9 +2,11 @@ Description: Install missing files Author: Thomas Goirand 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/xenial/debian/patches/removes-sqlalchemy-restriction.patch b/xenial/debian/patches/removes-sqlalchemy-restriction.patch new file mode 100644 index 0000000..4651c4e --- /dev/null +++ b/xenial/debian/patches/removes-sqlalchemy-restriction.patch @@ -0,0 +1,16 @@ +Description: Requirement is wrong +Author: Thomas Goirand +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 diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series index 25c0f24..99b7515 100644 --- a/xenial/debian/patches/series +++ b/xenial/debian/patches/series @@ -1 +1,2 @@ install-missing-files.patch +removes-sqlalchemy-restriction.patch -- 2.32.3