rekado pushed a commit to branch master
in repository guix.

commit 1299d57b04f1c96544e4ea88512b102b775de8b7
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jan 11 11:03:41 2025 +0100

    gnu: python-pytest-datafiles: Add missing inputs.
    
    * gnu/packages/python-check.scm (python-pytest-datafiles)[native-inputs]: 
Add
    python-setuptools and python-wheel.
    
    Change-Id: Ia5df0a5fc6c6d29433f6f8ef0d91c33829167c85
---
 gnu/packages/python-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 16820458af..af2e1fa355 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2019, 2021-2024 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2019, 2021-2025 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2019, 2020, 2021 Efraim Flashner <[email protected]>
 ;;; Copyright © 2019, 2020, 2021, 2022, 2023, 2024 Maxim Cournoyer 
<[email protected]>
@@ -871,7 +871,7 @@ running the tests.")
         (base32 "1wbgfsn4pcdm0bw61pwaaq707mlfnixlff3x8m5mpsf6jhrzql30"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest))
+     (list python-pytest python-setuptools python-wheel))
     (home-page "https://github.com/omarkohl/pytest-datafiles";)
     (synopsis "Pytest plugin to create a tmpdir")
     (description

Reply via email to