diff options
author | Leo Famulari <leo@famulari.name> | 2016-12-04 19:24:42 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-12-04 19:27:47 -0500 |
commit | 8f35c0306192c4b62646f2aa02879c2a8c4f4a07 (patch) | |
tree | e861f07a26d98a493f0b59fc8d20f5d1e009c688 /gnu | |
parent | 95088559a9055133dbfaf9b92ef6f141b5802445 (diff) | |
download | guix-8f35c0306192c4b62646f2aa02879c2a8c4f4a07.tar guix-8f35c0306192c4b62646f2aa02879c2a8c4f4a07.tar.gz |
gnu: python-flask: Propagate python-click.
* gnu/packages/python.scm (python-flask, python2-flask)[native-inputs]: Move
python-click to ...
[propagated-inputs]: ... here.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8f8b0de721..0df9496672 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 |