diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-11 11:26:55 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-11 11:26:55 +0200 |
| commit | f47467cb400ea18e9558c409c3602e0a18d8879e (patch) | |
| tree | ee079be144c6c0a45cd5550aa67d2dbad19dbdd9 /python3-platformdirs/python3-platformdirs.info | |
| parent | f0d66a9c421a4911cf182aea43a107fcb146ebfe (diff) | |
| download | my-slackbuilds-f47467cb400ea18e9558c409c3602e0a18d8879e.tar.gz my-slackbuilds-f47467cb400ea18e9558c409c3602e0a18d8879e.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'python3-platformdirs/python3-platformdirs.info')
| -rw-r--r-- | python3-platformdirs/python3-platformdirs.info | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
