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

commit fcef216e279d8b75257cd149e1584b1de4bf83c7
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 7d7c177b9b..234eed0a30 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34313,11 +34313,9 @@ compatible with a wide range of versions of the Stripe 
API.")
     (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