guix-commits
[Top][All Lists]
Advanced

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

102/104: gnu: python-pip: fix inputs.


From: Hartmut Goebel
Subject: 102/104: gnu: python-pip: fix inputs.
Date: Tue, 15 Nov 2016 21:37:09 +0000 (UTC)

htgoebel pushed a commit to branch python-build-system
in repository guix.

commit 05e2e4cf005142ea18b3615209ffb585decb3880
Author: Hartmut Goebel <address@hidden>
Date:   Tue Nov 15 22:20:04 2016 +0100

    gnu: python-pip: fix inputs.
    
    * gnu/packages/python.scm (python-pip): [inputs] change to
      [native-inputs].
---
 gnu/packages/python.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c195bb6..f2e226a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6466,9 +6466,9 @@ library.")
         (base32
          "08cm8d4228fj0qnrysy3qv1a6022zr3dcs25amd14lgxil6vvx26"))))
     (build-system python-build-system)
-    (inputs
-      `(("python-virtualenv" ,python-virtualenv)
-        ;; Tests
+    (native-inputs
+      `(;; Tests
+        ("python-virtualenv" ,python-virtualenv)
         ("python-mock" ,python-mock)
         ("python-pytest" ,python-pytest)
         ("python-scripttest" ,python-scripttest)))



reply via email to

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