all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Troy Figiel <troy@troyfigiel.com>
To: 68563@debbugs.gnu.org
Subject: [bug#68563] [PATCH] gnu: python-tdda: Remove relax-requirements phase.
Date: Wed, 17 Jan 2024 19:49:46 +0100	[thread overview]
Message-ID: <87r0ift0bp.fsf@troyfigiel.com> (raw)

* 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





             reply	other threads:[~2024-01-18 10:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-17 18:49 Troy Figiel [this message]
2024-01-23 11:59 ` bug#68563: [PATCH] gnu: python-tdda: Remove relax-requirements phase Sharlatan Hellseher

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=87r0ift0bp.fsf@troyfigiel.com \
    --to=troy@troyfigiel.com \
    --cc=68563@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.