guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-flask: Propagate python-click.


From: Leo Famulari
Subject: 01/01: gnu: python-flask: Propagate python-click.
Date: Mon, 5 Dec 2016 00:27:53 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 8f35c0306192c4b62646f2aa02879c2a8c4f4a07
Author: Leo Famulari <address@hidden>
Date:   Sun Dec 4 19:24:42 2016 -0500

    gnu: python-flask: Propagate python-click.
    
    * gnu/packages/python.scm (python-flask, python2-flask)[native-inputs]: Move
    python-click to ...
    [propagated-inputs]: ... here.
---
 gnu/packages/python.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8f8b0de..0df9496 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9153,9 +9153,8 @@ useful for solving the Assignment Problem.")
     (propagated-inputs
      `(("python-itsdangerous" ,python-itsdangerous)
        ("python-jinja2" ,python-jinja2)
+       ("python-click" ,python-click)
        ("python-werkzeug" ,python-werkzeug)))
-    (native-inputs
-     `(("python-click" ,python-click)))
     (home-page "https://github.com/mitsuhiko/flask/";)
     (synopsis "Microframework based on Werkzeug, Jinja2 and good intentions")
     (description "Flask is a micro web framework based on the Werkzeug toolkit



reply via email to

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