guix-commits
[Top][All Lists]
Advanced

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

13/150: gnu: python-confuse: Add missing test inputs.


From: guix-commits
Subject: 13/150: gnu: python-confuse: Add missing test inputs.
Date: Sun, 24 Apr 2022 05:12:16 -0400 (EDT)

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

commit 196900af0d71737f4041af0ac55da4f8d8eeae61
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Nov 23 18:41:18 2021 +0100

    gnu: python-confuse: Add missing test inputs.
    
    * gnu/packages/python-xyz.scm (python-confuse)[native-inputs]: Add
    flit-core and nose.
---
 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 124474cab3..1c77e9dbd4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27505,6 +27505,8 @@ Qt applications.")
     (build-system python-build-system)
     (propagated-inputs
      (list python-pyyaml))
+    (native-inputs
+     (list python-flit-core python-nose))
     (home-page "https://github.com/beetbox/confuse";)
     (synopsis "Painless YAML configuration")
     (description "Confuse is a configuration library for Python that uses



reply via email to

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