unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68563] [PATCH] gnu: python-tdda: Remove relax-requirements phase.
@ 2024-01-17 18:49 Troy Figiel
  2024-01-23 11:59 ` bug#68563: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-01-17 18:49 UTC (permalink / raw)
  To: 68563

* 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





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

* bug#68563: [PATCH] gnu: python-tdda: Remove relax-requirements phase.
  2024-01-17 18:49 [bug#68563] [PATCH] gnu: python-tdda: Remove relax-requirements phase Troy Figiel
@ 2024-01-23 11:59 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-01-23 11:59 UTC (permalink / raw)
  To: 68563-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]


Pushed as 6f6cfb8365e3ef44de5b9f022331c31d84778dea to master.

Thanks,
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17 18:49 [bug#68563] [PATCH] gnu: python-tdda: Remove relax-requirements phase Troy Figiel
2024-01-23 11:59 ` bug#68563: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).