guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 8083d1e4639c5de185d7c5bb163fa06433b89b48
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 20:19:14 2025 +0100

    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 <[email protected]>
---
 gnu/packages/python-xyz.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 147f1dbb82..2df0ac6ed4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33614,11 +33614,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")

Reply via email to