From 332b5df1f3437015efbc8191296283015d50ff9b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 10 Jun 2020 13:19:14 +0300 Subject: [PATCH] python3-lxml: Upgrade 4.5.0 -> 4.5.1 Upgrade to release 4.5.1. With this release we no longer need to specify --with-xml2-config='pkg-config libxml-2.0' or equivalent for libxslt. Following the recent modifications of setupinfo.py to use pkg-config, we just need build without flags. Suggested-by: Stefan Behnel Suggested-by: Hugh McMaster Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- ...python3-lxml_4.5.0.bb => python3-lxml_4.5.1.bb} | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) rename meta-python/recipes-devtools/python/{python3-lxml_4.5.0.bb => python3-lxml_4.5.1.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.5.0.bb b/meta-python/recipes-devtools/python/python3-lxml_4.5.1.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-lxml_4.5.0.bb rename to meta-python/recipes-devtools/python/python3-lxml_4.5.1.bb index e3cfa46d135..a4198b029ef 100644 --- a/meta-python/recipes-devtools/python/python3-lxml_4.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-lxml_4.5.1.bb @@ -18,18 +18,8 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ DEPENDS += "libxml2 libxslt" -SRC_URI[md5sum] = "f088e452ed45b030b6f84269f1e84d11" -SRC_URI[sha256sum] = "8620ce80f50d023d414183bf90cc2576c2837b88e00bea3f33ad2630133bbb60" - -DISTUTILS_BUILD_ARGS += " \ - --with-xslt-config='pkg-config libxslt' \ - --with-xml2-config='pkg-config libxml-2.0' \ -" - -DISTUTILS_INSTALL_ARGS += " \ - --with-xslt-config='pkg-config libxslt' \ - --with-xml2-config='pkg-config libxml-2.0' \ -" +SRC_URI[md5sum] = "4d3cca9c0018dd98f39e0ac54fcc3d14" +SRC_URI[sha256sum] = "27ee0faf8077c7c1a589573b1450743011117f1aa1a91d5ae776bbc5ca6070f2" inherit pypi setuptools3