guix-commits
[Top][All Lists]
Advanced

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

68/150: gnu: python-backcall: Add missing build inputs.


From: guix-commits
Subject: 68/150: gnu: python-backcall: Add missing build inputs.
Date: Sun, 24 Apr 2022 05:12:24 -0400 (EDT)

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

commit 846691e3316ba6a496ba33712a37b632b1bb79ed
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 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



reply via email to

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