aboutsummaryrefslogtreecommitdiffstats
path: root/python3-platformdirs
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-11 11:31:09 +0200
committerDanilo M. <danix@danix.xyz>2026-07-11 11:31:09 +0200
commiteaf9e261ba5d8253bea73b43d406685bd0674213 (patch)
tree4fda956eeadbd2971957e51ca070c5efdb0e908c /python3-platformdirs
parentf47467cb400ea18e9558c409c3602e0a18d8879e (diff)
downloadmy-slackbuilds-eaf9e261ba5d8253bea73b43d406685bd0674213.tar.gz
my-slackbuilds-eaf9e261ba5d8253bea73b43d406685bd0674213.zip
python3-platformdirs: fix hatch_vcs REQUIRES name
SBo package is python3-hatch_vcs (underscore), not -hatch-vcs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'python3-platformdirs')
-rw-r--r--python3-platformdirs/python3-platformdirs.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3-platformdirs/python3-platformdirs.info b/python3-platformdirs/python3-platformdirs.info
index 45bb1fb..e3fb2ae 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-hatchling python3-hatch-vcs python3-build python3-installer"
+REQUIRES="python3-hatchling python3-hatch_vcs python3-build python3-installer"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"