~ruther/guix-local

7b14380918e8ef7f0018507409bc328afc31c417 — Nicolas Graves 6 months ago 2f8d493
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>
1 files changed, 0 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +0 -2
@@ 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")