all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ian Eure <ian@retrospec.tv>
To: 74891@debbugs.gnu.org
Cc: Ian Eure <ian@retrospec.tv>
Subject: [bug#74891] [PATCH] gnu: python-sqlalchemy-2: Fix build.
Date: Sun, 15 Dec 2024 09:56:26 -0800	[thread overview]
Message-ID: <20241215175626.31602-1-ian@retrospec.tv> (raw)

* gnu/packages/databases.scm (python-sqlalchemy-2)[native-inputs]: Add
python-wheel.

Change-Id: Ie35026f3049f9103397979cc6d0b8b347584d92d
---
 gnu/packages/databases.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 27b2ecf3c2..c525017964 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3717,7 +3717,8 @@ (define-public python-sqlalchemy-2
     (native-inputs
      (list python-cython
            python-pytest
-           python-setuptools))
+           python-setuptools
+           python-wheel))
     (propagated-inputs
      (list python-greenlet
            python-typing-extensions))
-- 
2.46.0





             reply	other threads:[~2024-12-15 17:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-15 17:56 Ian Eure [this message]
2024-12-15 18:58 ` bug#74891: [PATCH] gnu: python-sqlalchemy-2: Fix build Ricardo Wurmus

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=20241215175626.31602-1-ian@retrospec.tv \
    --to=ian@retrospec.tv \
    --cc=74891@debbugs.gnu.org \
    /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.