guix-patches
[Top][All Lists]
Advanced

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

[bug#53824] [PATCH] Add the python-databases package.


From: Ludovic Courtès
Subject: [bug#53824] [PATCH] Add the python-databases package.
Date: Thu, 24 Mar 2022 23:29:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Pierre-Henry Fröhring <contact@phfrohring.com> skribis:

> +(define-public python-databases
> +  (package
> +    (name "python-databases")
> +    (version "0.5.5")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (pypi-uri "databases" version))
> +              (sha256
> +               (base32
> +                "0dzb998kg35xmd50ih168320vih2w3ich798r8fc4lf9q4bb1ih2"))))
> +    (build-system python-build-system)
> +    (propagated-inputs (list python-aiocontextvars python-sqlalchemy))
> +    (native-inputs (list python-aiosqlite python-asyncmy python-aiomysql
> +                         python-asyncpg python-aiopg))

All these are presumably used at run time; shouldn’t they be propagated?

Thanks in advance,
Ludo’.





reply via email to

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