Dear Maintainer,
I am trying to update a Python package called EasyBuild
(https://easybuild.io/) to the latest version (5.1.0) and the upgrade
fails, as python3-mpmath reports the version as 0.0.0:
$ pip list | grep mpmath
mpmath 0.0.0
This should not happen and clearly is a problem with the way the package
has been generated, as I know from experience.
I would expect the outcome something like this:
$ pip list | grep mpmath
mpmath 1.2.1
(or similar)
I would greatly appreciate if that could be fixed.
Kind regards
Jörg