From: Thomas Goirand Date: Sun, 22 Sep 2013 15:02:47 +0000 (+0800) Subject: Removes requirements.txt on sqlalchemy << 0.8 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ad027113d9451bedadca7bd92b7ecc10cb93b886;p=openstack-build%2Fceilometer-build.git Removes requirements.txt on sqlalchemy << 0.8 Change-Id: If6ff540c552df167de001b6795de94de1251d26f Rewritten-From: 0951ec52118368718856071dff6c5d887fc9f0b5 --- diff --git a/trusty/debian/patches/install-missing-files.patch b/trusty/debian/patches/install-missing-files.patch index ea7cea2..209890d 100644 --- a/trusty/debian/patches/install-missing-files.patch +++ b/trusty/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/trusty/debian/patches/removes-sqlalchemy-restriction.patch b/trusty/debian/patches/removes-sqlalchemy-restriction.patch new file mode 100644 index 0000000..4651c4e --- /dev/null +++ b/trusty/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/trusty/debian/patches/series b/trusty/debian/patches/series index 25c0f24..99b7515 100644 --- a/trusty/debian/patches/series +++ b/trusty/debian/patches/series @@ -1 +1,2 @@ install-missing-files.patch +removes-sqlalchemy-restriction.patch