GNU bug report logs - #68563
[PATCH] gnu: python-tdda: Remove relax-requirements phase.

Previous Next

Package: guix-patches;

Reported by: Troy Figiel <troy <at> troyfigiel.com>

Date: Thu, 18 Jan 2024 10:16:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Troy Figiel <troy <at> troyfigiel.com>
To: 68563 <at> debbugs.gnu.org
Subject: [bug#68563] [PATCH] gnu: python-tdda: Remove relax-requirements phase.
Date: Wed, 17 Jan 2024 19:49:46 +0100
* gnu/packages/python-science.scm (python-tdda)[arguments]<#:phases>: Remove relax-requirements phase.
---
 gnu/packages/python-science.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index c57fd1f23c..aeb43a5845 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -375,11 +375,6 @@ (define-public python-tdda
     (build-system pyproject-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
-                  (add-after 'unpack 'relax-requirements
-                    (lambda _
-                      (substitute* "setup.py"
-                        (("pandas>=1.5.2")
-                         "pandas"))))
                   (replace 'check
                     (lambda* (#:key tests? #:allow-other-keys)
                       (when tests?

base-commit: c49957de727746df47e0f0b86bc1c797e68167e6
-- 
2.42.0





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

Previous Next


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