[PATCH] gnu: python-tdda: Remove relax-requirements phase.

  • Done
  • quality assurance status badge
Details
2 participants
  • Sharlatan Hellseher
  • Troy Figiel
Owner
unassigned
Submitted by
Troy Figiel
Severity
normal

Debbugs page

Troy Figiel wrote 1 years ago
(address . guix-patches@gnu.org)
87r0ift0bp.fsf@troyfigiel.com
* gnu/packages/python-science.scm (python-tdda)[arguments]<#:phases>: Remove relax-requirements phase.
---
gnu/packages/python-science.scm | 5 -----
1 file changed, 5 deletions(-)

Toggle diff (20 lines)
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
Sharlatan Hellseher wrote 1 years ago
(address . 68563-done@debbugs.gnu.org)
87y1cgmfad.fsf@gmail.com
Pushed as 6f6cfb8365e3ef44de5b9f022331c31d84778dea to master.

Thanks,
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmWvqhoACgkQdtcnv/Ys
0rWyjxAAi42CbgW365Gz+BA5+lGww/cOipnRXVugZ2XaoX7QLwhG1gBdzuK1EgO/
j8bJiE1GBTyZi3u1AmD3hk5LbdSS0omygLsZc+waAnQkE37Cv19Yio2GIwmfoUvu
1oI9/dRfqRb0/YR/yOkoH+iiDR0c8wScPJgJevHxBiN0HZXUBVg7Otpxqe3j8IV3
wptWpaMVDtnVnlCztHXeygsM2tMkmuvN3y1O8u3Gnyik2+u9fP3IVkZr4MLcmX1K
zJ8u7DHYhBRYq2ikNkPa+Mc1cLySqqWw/UM7cDGNmEonprjgOsybic1/ut18blPf
5z+W/qcWyBMd0PiSW159WkdnSaABnXzOnt38IYU46vmyy8m02p87IoirDL0ZAQC+
Msyokrfcqjg2gcoAILK9nbvH2MQQP7QHGNzFyla2WmK7QZXVNz16IuziBaw7A95R
G133T3eq0BImDgRwRABUvTcJBUFn7w1TEcLj03tXe37JCg/9xkrKSIU5RVFayJoq
438mErvmVXmZ8h0kWZX+xLe1mehxeZllKuo7RROofXVlV4wTGe+NyILkBwLo8Dis
9EgC2fo+ExY77DV3bi6EoGRx5K4TaUSNzSq1gYSkTQwFo7m/DaLcvdw+Jozo3nfS
QmAUiTHApJhOKJ+kSLkQE+J+yZnbVyYGsuw9Z+BAmchwWgKcs0A=
=O9b6
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68563@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68563
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help