summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-11 11:03:41 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:43 +0100
commit1299d57b04f1c96544e4ea88512b102b775de8b7 (patch)
treefff1464e953b906d5019d206455cfdd717d50130 /gnu/packages/python-check.scm
parentf09dc90596b531c812c3fd63589add855e58b400 (diff)
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
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 16820458af0..af2e1fa3557 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2019, 2021-2024 Ricardo Wurmus <rekado@elephly.net> 2;;; Copyright © 2019, 2021-2025 Ricardo Wurmus <rekado@elephly.net>
3;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> 3;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
4;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il> 4;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
5;;; Copyright © 2019, 2020, 2021, 2022, 2023, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com> 5;;; Copyright © 2019, 2020, 2021, 2022, 2023, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
@@ -871,7 +871,7 @@ running the tests.")
871 (base32 "1wbgfsn4pcdm0bw61pwaaq707mlfnixlff3x8m5mpsf6jhrzql30")))) 871 (base32 "1wbgfsn4pcdm0bw61pwaaq707mlfnixlff3x8m5mpsf6jhrzql30"))))
872 (build-system pyproject-build-system) 872 (build-system pyproject-build-system)
873 (native-inputs 873 (native-inputs
874 (list python-pytest)) 874 (list python-pytest python-setuptools python-wheel))
875 (home-page "https://github.com/omarkohl/pytest-datafiles") 875 (home-page "https://github.com/omarkohl/pytest-datafiles")
876 (synopsis "Pytest plugin to create a tmpdir") 876 (synopsis "Pytest plugin to create a tmpdir")
877 (description 877 (description