Skip to content

Commit

Permalink
python3-lxml: Upgrade 4.5.0 -> 4.5.1
Browse files Browse the repository at this point in the history
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 <[email protected]>
Suggested-by: Hugh McMaster <[email protected]>
Signed-off-by: Leon Anavi <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
leon-anavi authored and kraj committed Jun 11, 2020
1 parent 5cc970c commit 332b5df
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 332b5df

Please sign in to comment.