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

commit f479f847438de505fc89599f8e3a397f85fc2bcd
Author: Lars-Dominik Braun <[email protected]>
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