From b1160f9524d3e6fd4e1ea941978a71200b2370ca Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sun, 14 Jun 2026 15:20:50 +0000 Subject: [PATCH] python-hatchling: drop editables dependency Upstream removed editables from install_requires in hatchling 1.27; 1.30.1 no longer needs it at runtime or build-time. Signed-off-by: Alexandru Ardelean --- lang/python/python-hatchling/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lang/python/python-hatchling/Makefile b/lang/python/python-hatchling/Makefile index a50e3cdb7e..91e85b5290 100644 --- a/lang/python/python-hatchling/Makefile +++ b/lang/python/python-hatchling/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-hatchling PKG_VERSION:=1.30.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PYPI_NAME:=hatchling PKG_HASH:=eee4fd45357f72ebb3d7a42e5d72cfb5e29ed426d79e8836288926c4258d5f2e @@ -24,7 +24,6 @@ HOST_BUILD_DEPENDS:= \ python-build/host \ python-setuptools/host \ python-installer/host \ - python-editables/host \ python-packaging/host \ python-pathspec/host \ python-pluggy/host \ @@ -45,7 +44,6 @@ define Package/python3-hatchling DEPENDS:= \ +python3-light \ +python3-urllib \ - +python3-editables \ +python3-packaging \ +python3-pathspec \ +python3-pluggy \