gnu: ciri-long: Adapt to python-levenshtein update.

* gnu/packages/bioinformatics.scm (ciri-long)[arguments]
<#:phases>: In phase 'relax-requirements, add python-levenshtein
patch.

Change-Id: If16df4f97f42eaf51c3bd73020c5a7c3d0d01b64
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-10-26 01:23:40 +02:00 committed by Sharlatan Hellseher
parent 6f3dc1200d
commit b74285d789
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4893,7 +4893,10 @@ consensus sequences.")
(("'argparse[^']*',")
"") ;only for python2
(("==")
">="))))
">=")
;; This package changed names.
(("python-Levenshtein")
"levenshtein"))))
(add-before 'build 'build-libssw
(lambda _
(with-directory-excursion "libs/striped_smith_waterman"