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 _