openpyxl: remove jdcal dependency
authorAlexandru Ardelean <redacted>
Sun, 14 Jun 2026 05:48:14 +0000 (08:48 +0300)
committerAlexandru Ardelean <redacted>
Sun, 14 Jun 2026 15:21:03 +0000 (18:21 +0300)
It's no longer needed since ~2021
 https://foss.heptapod.net/openpyxl/openpyxl/-/merge_requests/393

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/openpyxl/Makefile

index ee45cd172858c720588cff9758e402ff08d251b7..e9736b02acc51618e5fdf80f33cf7b56a226d3fc 100644 (file)
@@ -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 <ardeleanalex@gmail.com>
 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
git clone https://git.99rst.org/PROJECT