From 05fc773d68ace015860189739ef97677915d1cae Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 22 Feb 2017 19:13:14 -0500 Subject: python-lxml: update to version 3.7.3 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-lxml.inc | 4 ++-- meta-python/recipes-devtools/python/python-lxml_3.7.2.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_3.7.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_3.7.2.bb | 2 -- meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_3.7.2.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_3.7.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_3.7.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 6299385da2..d5e6ae4a4a 100644 --- a/meta-python/recipes-devtools/python/python-lxml.inc +++ b/meta-python/recipes-devtools/python/python-lxml.inc @@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=f9f1dc24f720c143c2240df41fe5073b \ DEPENDS += "libxml2 libxslt" -SRC_URI[md5sum] = "8dcf8d6c692b7aed9370f7462ff09935" -SRC_URI[sha256sum] = "59d9176360dbc3919e9d4bfca85c1ca64ab4f4ee00e6f119d7150ba887e3410a" +SRC_URI[md5sum] = "075692ce442e69bbd604d44e21c02753" +SRC_URI[sha256sum] = "aa502d78a51ee7d127b4824ff96500f0181d3c7826e6ee7b800d068be79361c7" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ diff --git a/meta-python/recipes-devtools/python/python-lxml_3.7.2.bb b/meta-python/recipes-devtools/python/python-lxml_3.7.2.bb deleted file mode 100644 index 81ccb12d87..0000000000 --- a/meta-python/recipes-devtools/python/python-lxml_3.7.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python-lxml_3.7.3.bb b/meta-python/recipes-devtools/python/python-lxml_3.7.3.bb new file mode 100644 index 0000000000..81ccb12d87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_3.7.3.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_3.7.2.bb b/meta-python/recipes-devtools/python/python3-lxml_3.7.2.bb deleted file mode 100644 index ff4bc7faad..0000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_3.7.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb b/meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb new file mode 100644 index 0000000000..ff4bc7faad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-lxml.inc -- cgit v1.2.3-54-g00ecf