guix-commits
[Top][All Lists]
Advanced

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

15/19: gnu: python-apipkg: Change inputs.


From: Efraim Flashner
Subject: 15/19: gnu: python-apipkg: Change inputs.
Date: Sun, 10 Apr 2016 20:49:20 +0000

efraim pushed a commit to branch master
in repository guix.

commit b43bab3c2a3c48b97889c070155044836b5c4731
Author: Efraim Flashner <address@hidden>
Date:   Sun Apr 10 22:30:19 2016 +0300

    gnu: python-apipkg: Change inputs.
    
    * gnu/packages/python.scm (python-apipkg)[native-inputs]: Move
    python-pytest.
    [inputs]: ... to here.
---
 gnu/packages/python.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9a8676a..0d6d587 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6890,7 +6890,7 @@ applications.")
               (base32
                "1iks5701qnp3dlr3q1d9qm68y2plp2m029irhpz92a44psfkjf1f"))))
     (build-system python-build-system)
-    (propagated-inputs
+    (inputs
      `(("python-pytest" ,python-pytest)))
     (synopsis "Namespace control and lazy-import mechanism")
     (description "With apipkg you can control the exported namespace of a 
Python



reply via email to

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