GNU bug report logs - #74891
[PATCH] gnu: python-sqlalchemy-2: Fix build.

Previous Next

Package: guix-patches;

Reported by: Ian Eure <ian <at> retrospec.tv>

Date: Sun, 15 Dec 2024 17:57:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ian Eure <ian <at> retrospec.tv>
Subject: bug#74891: closed ([PATCH] gnu: python-sqlalchemy-2: Fix build.)
Date: Sun, 15 Dec 2024 19:00:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74891: [PATCH] gnu: python-sqlalchemy-2: Fix build.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 74891 <at> debbugs.gnu.org.

-- 
74891: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74891
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 74891-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-sqlalchemy-2: Fix build.
Date: Sun, 15 Dec 2024 19:58:53 +0100
Applied, thank you!

-- 
Ricardo

[Message part 3 (message/rfc822, inline)]
From: Ian Eure <ian <at> retrospec.tv>
To: guix-patches <at> gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH] gnu: python-sqlalchemy-2: Fix build.
Date: Sun, 15 Dec 2024 09:56:26 -0800
* 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




This bug report was last modified 161 days ago.

Previous Next


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