guix-commits
[Top][All Lists]
Advanced

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

135/150: gnu: python-helpdev: Add missing test input.


From: guix-commits
Subject: 135/150: gnu: python-helpdev: Add missing test input.
Date: Sun, 24 Apr 2022 05:12:45 -0400 (EDT)

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

commit f479f847438de505fc89599f8e3a397f85fc2bcd
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Jan 12 14:45:42 2022 +0100

    gnu: python-helpdev: Add missing test input.
    
    * gnu/packages/python-xyz.scm (python-helpdev)[native-inputs]: Add
    python-pip.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 43ea003a58..2dbd241ec5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27252,7 +27252,7 @@ distribution in Python.")
     (propagated-inputs
      (list python-importlib-metadata))
     (native-inputs
-     (list python-pytest))
+     (list python-pytest python-pip))
     (home-page "https://gitlab.com/dpizetta/helpdev";)
     (synopsis
      "Extract information about the Python environment easily")



reply via email to

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