all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74891] [PATCH] gnu: python-sqlalchemy-2: Fix build.
@ 2024-12-15 17:56 Ian Eure
  2024-12-15 18:58 ` bug#74891: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Eure @ 2024-12-15 17:56 UTC (permalink / raw)
  To: 74891; +Cc: Ian Eure

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-15 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-15 17:56 [bug#74891] [PATCH] gnu: python-sqlalchemy-2: Fix build Ian Eure
2024-12-15 18:58 ` bug#74891: " Ricardo Wurmus

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.