guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 6/6] gnu: Provide pytest to python-sqlalchemy-utils.


From: Marius Bakke
Subject: Re: [PATCH 6/6] gnu: Provide pytest to python-sqlalchemy-utils.
Date: Sat, 05 Nov 2016 15:58:16 +0000
User-agent: Notmuch/0.23.1 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

Danny Milosavljevic <address@hidden> writes:

> * gnu/packages/python.scm (python-sqlalchemy-utils)[arguments]: Add pytest.

This is not [arguments], but [native-inputs]. That applies to the
previous patch as well!

> ---
>  gnu/packages/python.scm | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 2d984bb..86a6eea 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -3979,6 +3979,8 @@ automatically for you if you install this library.")
>      (propagated-inputs
>       `(("python-six" ,python-six)
>         ("python-sqlalchemy" ,python-sqlalchemy)))
> +    (native-inputs
> +     `(("python-pytest" ,python-pytest)))
>      (home-page "https://github.com/kvesteri/sqlalchemy-utils";)
>      (synopsis "Various utility functions for SQLAlchemy")
>      (description

Why is this needed now, if it was working before? LGTM anyway.

Attachment: signature.asc
Description: PGP signature


reply via email to

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