guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-icontract: Add missing input.


From: guix-commits
Subject: branch master updated: gnu: python-icontract: Add missing input.
Date: Tue, 17 Dec 2024 20:56:04 -0500

This is an automated email from the git hooks/post-receive script.

sharlatan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5dcf03259a gnu: python-icontract: Add missing input.
5dcf03259a is described below

commit 5dcf03259a3e9aad579b8425b6e63bdd8d811029
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Dec 18 01:55:24 2024 +0000

    gnu: python-icontract: Add missing input.
    
    * gnu/packages/python-check.scm (python-icontract) [native-inputs]: Add
    python-wheel.
    
    Change-Id: Ib4dac8d1a05536e09d80e9d102795f68238bfaef
---
 gnu/packages/python-check.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 53e940a6cf..d06af41468 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -406,7 +406,8 @@ nosetests, etc...) in Python projects.")
            python-mypy
            python-numpy
            python-setuptools
-           python-typeguard))
+           python-typeguard
+           python-wheel))
     (propagated-inputs
      (list python-asttokens
            python-typing-extensions))



reply via email to

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