guix-commits
[Top][All Lists]
Advanced

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

18/19: gnu: python-pytest-localserver: Change inputs.


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

efraim pushed a commit to branch master
in repository guix.

commit 9ba40f05c8dcbac6918331fcc8796bb4fe884a1f
Author: Efraim Flashner <address@hidden>
Date:   Sun Apr 10 22:45:53 2016 +0300

    gnu: python-pytest-localserver: Change inputs.
    
    * gnu/packages/python.scm (python-pytest-localserver)[native-inputs]:
    Remove zip.
    [proapgated-inputs]: Move python-werkzeug ...
    [inputs]: ... to here.
    [propagated-inputs]: Move python-pytest, python-requests, python-six ...
    [native-inputs]: ... to here.
---
 gnu/packages/python.scm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f13d55d..710adc3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6986,12 +6986,11 @@ the last py.test invocation.")
              (zero? (system* "py.test" "--genscript=runtests.py"))
              (zero? (system* "py.test")))))))
     (native-inputs
-     `(("unzip" ,unzip)))
-    (propagated-inputs
      `(("python-pytest" ,python-pytest)
        ("python-requests" ,python-requests)
-       ("python-six" ,python-six)
-       ("python-werkzeug" ,python-werkzeug)))
+       ("python-six" ,python-six)))
+    (inputs
+     `(("python-werkzeug" ,python-werkzeug)))
     (synopsis "Py.test plugin to test server connections locally")
     (description "Pytest-localserver is a plugin for the pytest testing
 framework which enables you to test server connections locally.")



reply via email to

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