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

commit 566679d68b4e49296e0a45902127bf93f3476075
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Fri Jan 7 13:41:34 2022 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e834fa41f1..63ba4e30c4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17156,6 +17156,7 @@ multitouch applications.")
      (list python-coverage
            python-flake8
            python-pexpect
+           python-pip
            python-wheel
            tcsh
            fish

Reply via email to