summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-06-25 09:11:01 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-25 09:11:01 -0400
commitbe8499a4a381865ac2d20b40e663eec900304a51 (patch)
treec8afb9ce50157d2b5fc4c975beabcc2bd959b6fb /meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb
parent69cb96e35ebf0f839a59008fa551dc001dcd0c4f (diff)
downloadmeta-cloud-services-be8499a4a381865ac2d20b40e663eec900304a51.tar.gz
python-lxml: fix bad license checksum
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb b/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb
index 0fcf152..73869d7 100644
--- a/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb
+++ b/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Powerful and Pythonic XML processing library combining libxml2/li
2HOMEPAGE = "http://lxml.de/" 2HOMEPAGE = "http://lxml.de/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=%LIC_MD5SUM%" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f9f1dc24f720c143c2240df41fe5073b"
6 6
7PR = "r0" 7PR = "r0"
8 8