From f47467cb400ea18e9558c409c3602e0a18d8879e Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 11 Jul 2026 11:26:55 +0200 Subject: python3-platformdirs: fix REQUIRES for hatchling build backend The 4.10.0 build failed on 15.0 stable with BackendUnavailable: Cannot import 'hatchling.build'. The --no-isolation build needs the backend importable, but REQUIRES did not list it. Add python3-hatchling and python3-hatch-vcs. Drop the manual version.py sed fixup: hatch-vcs writes src/platformdirs/version.py during the build via SETUPTOOLS_SCM_PRETEND_VERSION, so it is redundant. Co-Authored-By: Claude Opus 4.8 --- python3-platformdirs/python3-platformdirs.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python3-platformdirs/python3-platformdirs.info') diff --git a/python3-platformdirs/python3-platformdirs.info b/python3-platformdirs/python3-platformdirs.info index 472ee08..45bb1fb 100644 --- a/python3-platformdirs/python3-platformdirs.info +++ b/python3-platformdirs/python3-platformdirs.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/d7/47/e4501f49c178ae1d9f4a7507 MD5SUM="ee2194f2e71385c5dc6b647858dc1da4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-build python3-installer" +REQUIRES="python3-hatchling python3-hatch-vcs python3-build python3-installer" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" -- cgit v1.2.3