rekado pushed a commit to branch master
in repository guix.
commit 247ab0a786d9e062fbce56ef7956c198a8cd54bb
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 9 10:39:02 2025 +0100
gnu: python-pytest-tornado5: Add missing inputs.
* gnu/packages/check.scm (python-pytest-tornado5)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I0b64ac5f3e50893cb3fab518c9779d2cd7b9c6a9
---
gnu/packages/check.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 9fbc1de8df..fc8aa34298 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -24,7 +24,7 @@
;;; Copyright © 2017, 2019 Mathieu Othacehe <[email protected]>
;;; Copyright © 2017, 2019 Kei Kebreau <[email protected]>
;;; Copyright © 2017 Nikita <[email protected]>
-;;; Copyright © 2015, 2017, 2018, 2020, 2021, 2023, 2024 Ricardo Wurmus
<[email protected]>
+;;; Copyright © 2015, 2017, 2018, 2020, 2021, 2023, 2024, 2025 Ricardo Wurmus
<[email protected]>
;;; Copyright © 2016-2022 Marius Bakke <[email protected]>
;;; Copyright © 2017-2018, 2020-2021, 2024 Ludovic Courtès <[email protected]>
;;; Copyright © 2018 Fis Trivial <[email protected]>
@@ -4329,6 +4329,7 @@ data.")
;; Tests require pytest < 6
(list #:tests? #f))
(propagated-inputs (list python-pytest python-tornado))
+ (native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/vidartf/pytest-tornado")
(synopsis
"Fixtures and markers to simplify testing of Tornado applications")