all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: "Pierre-Henry Fröhring" <contact@phfrohring.com>
Cc: 53824@debbugs.gnu.org
Subject: [bug#53824] [PATCH] Add the python-databases package.
Date: Thu, 24 Mar 2022 23:29:31 +0100	[thread overview]
Message-ID: <87pmmb7zn8.fsf@gnu.org> (raw)
In-Reply-To: <20220206160907.1780570-1-contact@phfrohring.com> ("Pierre-Henry Fröhring"'s message of "Sun, 6 Feb 2022 17:09:08 +0100")

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	other threads:[~2022-03-24 22:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-06 16:09 [bug#53824] [PATCH] Add the python-databases package Pierre-Henry Fröhring
2022-03-24 22:29 ` Ludovic Courtès [this message]
2023-09-01 22:38 ` bug#53824: " Vagrant Cascadian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmmb7zn8.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=53824@debbugs.gnu.org \
    --cc=contact@phfrohring.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.