summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-lxml_4.5.1.bb (renamed from meta-python/recipes-devtools/python/python3-lxml_4.5.0.bb)14
1 files changed, 2 insertions, 12 deletions
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
index e3cfa46d13..a4198b029e 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 \
18 18
19DEPENDS += "libxml2 libxslt" 19DEPENDS += "libxml2 libxslt"
20 20
21SRC_URI[md5sum] = "f088e452ed45b030b6f84269f1e84d11" 21SRC_URI[md5sum] = "4d3cca9c0018dd98f39e0ac54fcc3d14"
22SRC_URI[sha256sum] = "8620ce80f50d023d414183bf90cc2576c2837b88e00bea3f33ad2630133bbb60" 22SRC_URI[sha256sum] = "27ee0faf8077c7c1a589573b1450743011117f1aa1a91d5ae776bbc5ca6070f2"
23
24DISTUTILS_BUILD_ARGS += " \
25 --with-xslt-config='pkg-config libxslt' \
26 --with-xml2-config='pkg-config libxml-2.0' \
27"
28
29DISTUTILS_INSTALL_ARGS += " \
30 --with-xslt-config='pkg-config libxslt' \
31 --with-xml2-config='pkg-config libxml-2.0' \
32"
33 23
34inherit pypi setuptools3 24inherit pypi setuptools3
35 25