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

Previous Next

Package: guix-patches;

Reported by: Pierre-Henry Fröhring <contact <at> phfrohring.com>

Date: Sun, 6 Feb 2022 16:10:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ludovic Courtès <ludo <at> gnu.org>
To: Pierre-Henry Fröhring <contact <at> phfrohring.com>
Cc: 53824 <at> debbugs.gnu.org
Subject: [bug#53824] [PATCH] Add the python-databases package.
Date: Thu, 24 Mar 2022 23:29:31 +0100
Pierre-Henry Fröhring <contact <at> 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’.




This bug report was last modified 1 year and 320 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.