guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: python-flask: Make python-click a propagated-input.


From: Marius Bakke
Subject: Re: [PATCH] gnu: python-flask: Make python-click a propagated-input.
Date: Sun, 04 Dec 2016 19:07:51 +0100
User-agent: Notmuch/0.23.3 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

Danny Milosavljevic <address@hidden> writes:

> * gnu/packages/python.scm (python-click)[native-inputs]: Move to ...
>   [propagated-inputs]: ... here.
> ---
>  gnu/packages/python.scm | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 8f8b0de72..9c3902c3e 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-werkzeug" ,python-werkzeug)))
> -    (native-inputs
> -     `(("python-click" ,python-click)))
> +       ("python-werkzeug" ,python-werkzeug)
> +       ("python-click" ,python-click)))

The commit message and diff is contradictory :) Did you mean to make
python-werkzeug a native-input?

Attachment: signature.asc
Description: PGP signature


reply via email to

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