From f5f0a4e8683fcf49319bd7172f0069417d71601d Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 15 Apr 2024 19:42:43 +0300 Subject: [PATCH] python-lxml: bump to version 5.2.1 Also added python-cython/host as a build dependency. Signed-off-by: Alexandru Ardelean --- lang/python/python-lxml/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index fd79396481..f15dcc481e 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 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