From: Thomas Goirand Date: Thu, 16 May 2013 13:33:52 +0000 (+0000) Subject: Removes the <=2.3.5 from python-lxml requirements. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fd5b9771574d8fb497f3302c41d0f0175040dec8;p=openstack-build%2Fheat-build.git Removes the <=2.3.5 from python-lxml requirements. Rewritten-From: 72ed0152cc186aa06a8cb434199eed5d70049f3d --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index b6db4997..4ad3d182 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,6 +1,7 @@ heat (2013.1-2) unstable; urgency=low * Uploading to unstable. + * Removes the <=2.3.5 from python-lxml requirements. -- Thomas Goirand Thu, 16 May 2013 13:15:54 +0000 diff --git a/trusty/debian/patches/removes-lxml-version-limitation-from-pip-requires.patch b/trusty/debian/patches/removes-lxml-version-limitation-from-pip-requires.patch new file mode 100644 index 00000000..0db74f62 --- /dev/null +++ b/trusty/debian/patches/removes-lxml-version-limitation-from-pip-requires.patch @@ -0,0 +1,18 @@ +Description: Removes <= 2.3.5 from lxml pip-requires + Warn upstream on IRC about this, they said it's no problem to remove the + version thing, and they will remove it upstream. +Author: Thomas Goirand +Forwarded: no +Last-Update: 2013-05-16 + +--- heat-2013.1.orig/tools/pip-requires ++++ heat-2013.1/tools/pip-requires +@@ -17,7 +17,7 @@ httplib2 + iso8601>=0.1.4 + kombu>=1.0.4 + argparse +-lxml>=2.3,<=2.3.5 ++lxml>=2.3 + sqlalchemy-migrate>=0.7.2 + python-novaclient + PasteDeploy==1.5.0 diff --git a/trusty/debian/patches/series b/trusty/debian/patches/series new file mode 100644 index 00000000..0646349f --- /dev/null +++ b/trusty/debian/patches/series @@ -0,0 +1 @@ +removes-lxml-version-limitation-from-pip-requires.patch