lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 846691e3316ba6a496ba33712a37b632b1bb79ed
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Dec 30 12:14:24 2021 +0100
gnu: python-backcall: Add missing build inputs.
* gnu/packages/python-xyz.scm (python-backcall)[native-inputs]: Add
python-flit-core and python-pytest.
---
gnu/packages/python-xyz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e819a76241..f340b72881 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8895,6 +8895,8 @@ installing @code{kernelspec}s for use with Jupyter
frontends.")
(base32
"07jy4562lvnhkk6kfr3cphmizy88anlhmbwb8kdzlz2ypqkvzgaw"))))
(build-system python-build-system)
+ (native-inputs
+ (list python-flit-core python-pytest))
(home-page "https://github.com/takluyver/backcall/")
(synopsis "Specifications for callback functions passed in to an API")
(description