From: Thomas Goirand Date: Tue, 1 Apr 2014 16:27:17 +0000 (+0800) Subject: Removed SQLAlchemy version in requirements.txt patch (now useless). X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d78f5334d0c29e1146f46c4216fea591806f3370;p=openstack-build%2Fneutron-build.git Removed SQLAlchemy version in requirements.txt patch (now useless). Change-Id: I114320c4ec46319382a5ac09954996f86b06e570 --- diff --git a/debian/changelog b/debian/changelog index 79a414c32..f83f25a34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ neutron (2014.1~rc1-2) experimental; urgency=low * New upstream release. + * Removed SQLAlchemy version in requirements.txt patch (now useless). -- Thomas Goirand Wed, 02 Apr 2014 00:25:35 +0800 diff --git a/debian/patches/fixes-SQLAlchemy-requirement.patch b/debian/patches/fixes-SQLAlchemy-requirement.patch deleted file mode 100644 index 4746c714c..000000000 --- a/debian/patches/fixes-SQLAlchemy-requirement.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Fix SQLA requirement -Author: Thomas Goirand -Forwarded: not-needed -Last-Update: 2014-03-13 - ---- neutron-2014.1~b3.orig/requirements.txt -+++ neutron-2014.1~b3/requirements.txt -@@ -17,7 +17,7 @@ Jinja2 - kombu>=2.4.8 - netaddr>=0.7.6 - python-neutronclient>=2.3.4,<3 --SQLAlchemy>=0.7.8,<=0.8.99 -+SQLAlchemy>=0.7.8 - WebOb>=1.2.3 - python-keystoneclient>=0.6.0 - alembic>=0.4.1 diff --git a/debian/patches/series b/debian/patches/series index 218bbf4f9..25b97dfe6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ fix-alembic-migration-with-sqlite3.patch better-config-default.patch -fixes-SQLAlchemy-requirement.patch