diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-26 01:21:49 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-29 00:05:49 +0000 |
| commit | 6f3dc1200df5c8a29ecf26692442cbc220f96f5e (patch) | |
| tree | e1664caf60504599a0a72682b7a37b818dedfd8b | |
| parent | fd2031889cf6271ac3a1cb28bf46174e9bc6e9db (diff) | |
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>
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 2b1c58dc88d..1fbc2f92175 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 _ |
