From d6ddf8ee67eb2d8248aa9f425bea43d30293748b Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sun, 14 Jun 2026 08:48:14 +0300 Subject: [PATCH] openpyxl: remove jdcal dependency It's no longer needed since ~2021 https://foss.heptapod.net/openpyxl/openpyxl/-/merge_requests/393 Signed-off-by: Alexandru Ardelean --- lang/python/openpyxl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/openpyxl/Makefile b/lang/python/openpyxl/Makefile index ee45cd1728..e9736b02ac 100644 --- a/lang/python/openpyxl/Makefile +++ b/lang/python/openpyxl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-openpyxl PKG_VERSION:=3.1.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT @@ -29,7 +29,7 @@ define Package/python3-openpyxl CATEGORY:=Languages TITLE:=A Python library to read/write Excel 2010 xlsx/xlsm files URL:=https://openpyxl.readthedocs.org/ - DEPENDS:=+python3 +python3-defusedxml +python3-et_xmlfile +python3-jdcal + DEPENDS:=+python3 +python3-defusedxml +python3-et_xmlfile endef define Package/python3-openpyxl/description