me
/
guix
Archived
1
0
Fork 0

gnu: b4: Drop now unneeded snippet.

* gnu/packages/version-control.scm (b4) [source]: Drop snippet for issue that
is now fixed upstream.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Kyle Meyer 2022-05-22 18:28:06 -04:00 committed by Ludovic Courtès
parent 7cc707b43a
commit c7b6256554
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 9 deletions

View File

@ -2608,15 +2608,7 @@ email header.")
(method url-fetch) (method url-fetch)
(uri (pypi-uri "b4" version)) (uri (pypi-uri "b4" version))
(sha256 (sha256
(base32 "115ysciq15sxc8fd9hf7p0f4wnd5xapcfkmq8g33y1c8nbdxclbx")) (base32 "115ysciq15sxc8fd9hf7p0f4wnd5xapcfkmq8g33y1c8nbdxclbx"))))
(modules '((guix build utils)))
(snippet
'(begin
;; Fixes issue with dependency requirements being too strict. See upstream commit:
;; https://git.kernel.org/pub/scm/utils/b4/b4.git/commit/?id=31348a14afdb1d39e7faf9576eaddea1ced76e19
(substitute* "setup.py"
(("~=") ">="))
#t))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list #:tests? #f ;no tests (list #:tests? #f ;no tests