diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2024-04-15 19:42:43 +0300 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-04-21 13:46:24 -0700 |
commit | f5f0a4e8683fcf49319bd7172f0069417d71601d (patch) | |
tree | a006512c12d68bf103a18e5c235dd97bd347b589 /lang | |
parent | a0c4d8a6fb975d00f3325ef22e1822682ee6bd17 (diff) |
python-lxml: bump to version 5.2.1
Also added python-cython/host as a build dependency.
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-lxml/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index fd7939648..f15dcc481 100644 --- a/lang/python/python-lxml/Makefile +++ b/lang/python/python-lxml/Makefile @@ -8,17 +8,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-lxml -PKG_VERSION:=5.1.0 +PKG_VERSION:=5.2.1 PKG_RELEASE:=1 PYPI_NAME:=lxml -PKG_HASH:=3eea6ed6e6c918e468e693c41ef07f3c3acc310b70ddd9cc72d9ef84bc9564ca +PKG_HASH:=3f7765e69bbce0906a7c74d5fe46d2c7a7596147318dbc08e4a2431f3060e306 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSES.txt PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_CPE_ID:=cpe:/a:lxml:lxml +PKG_BUILD_DEPENDS:=python-cython/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk |