]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Removes the <=2.3.5 from python-lxml requirements.
authorThomas Goirand <thomas@goirand.fr>
Thu, 16 May 2013 13:33:52 +0000 (13:33 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 16 May 2013 13:33:52 +0000 (13:33 +0000)
Rewritten-From: 72ed0152cc186aa06a8cb434199eed5d70049f3d

xenial/debian/changelog
xenial/debian/patches/removes-lxml-version-limitation-from-pip-requires.patch [new file with mode: 0644]
xenial/debian/patches/series [new file with mode: 0644]

index b6db49970d341322c22106748420c8f4d1c7a68e..4ad3d1825810233da8ae9f4b79387e033b591d9c 100644 (file)
@@ -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 <zigo@debian.org>  Thu, 16 May 2013 13:15:54 +0000
 
diff --git a/xenial/debian/patches/removes-lxml-version-limitation-from-pip-requires.patch b/xenial/debian/patches/removes-lxml-version-limitation-from-pip-requires.patch
new file mode 100644 (file)
index 0000000..0db74f6
--- /dev/null
@@ -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 <zigo@debian.org>
+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/xenial/debian/patches/series b/xenial/debian/patches/series
new file mode 100644 (file)
index 0000000..0646349
--- /dev/null
@@ -0,0 +1 @@
+removes-lxml-version-limitation-from-pip-requires.patch