mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-splicekit: Adapt to python-levenshtein update.
* gnu/packages/bioinformatics.scm (python-splicekit)[arguments] <#:phases>: In phase 'adjust-requirements, remove python-levenshtein patch. Change-Id: I28416ce8456ec69b73e0dbf377cb673b5fa08aa9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
fd2031889c
commit
6f3dc1200d
1 changed files with 1 additions and 3 deletions
|
|
@ -4645,9 +4645,7 @@ the scores.")
|
|||
(substitute* "setup.py"
|
||||
;; bs4 is an alternative name for beautifulsoup4, only used to
|
||||
;; avoid name squatting on pypi.
|
||||
(("bs4") "beautifulsoup4")
|
||||
;; levenshtein can only be found as python-levenshtein
|
||||
(("levenshtein") "python-levenshtein"))))
|
||||
(("bs4") "beautifulsoup4"))))
|
||||
;; fireducks seems to be a binary-only python-panda replacement
|
||||
(add-after 'unpack 'remove-fireducks
|
||||
(lambda _
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue