guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

65/103: gnu: python-backcall: Add missing build inputs.


From: guix-commits
Subject: 65/103: gnu: python-backcall: Add missing build inputs.
Date: Wed, 5 Jan 2022 09:44:37 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit ee81d9f00c0d606fc2532da1628486cb11a4fcdc
Author: Lars-Dominik Braun <lars@6xq.net>
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 2b6f8798a3..2912ebcae3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8459,6 +8459,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]