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-kiwisolver reports the version as 0.0.0:
$ pip list | grep kiwisolver
kiwisolver 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 kiwisolver
kiwisolver 1.4.4
(or similar)
I would greatly appreciate if that could be fixed.
Kind regards
Jörg