summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-28 20:19:14 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:37 +0000
commit7b14380918e8ef7f0018507409bc328afc31c417 (patch)
treef5fcd656a009744b9b13d694c7bb08d09c277739
parent2f8d493bea8567cc70d6e297e21f2527efe83aaf (diff)
gnu: python-platformdirs: Remove uneeded native-inputs.
* gnu/packages/python-xyz.scm (python-platformdirs)[native-inputs]: Remove python-covdefaults, python-pytest-cov. Change-Id: Ifcc2421e5d6c60bab59f5eeb57a504cbecaa7d57 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d497aba3b39..ee1ac27afa1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33552,11 +33552,9 @@ statements in OFX files.")
(build-system pyproject-build-system)
(native-inputs
(list python-appdirs
- python-covdefaults
python-hatchling
python-hatch-vcs
python-pytest
- python-pytest-cov
python-pytest-mock))
(home-page "https://github.com/platformdirs/platformdirs")
(synopsis "Determine the appropriate platform-specific directories")