Simplify package version detection.
The current implementation is too clever, as it tries to replace the logic built in the package manager.
At the same time we may not be able to chase changes in the package manager and we better hand this task over to the package manager.
In other words, if the version number is wrong, the package manager will detect it and fail and we do not need to fail upfront.
Pull Request (PR) description
Simplify package version detection. The current implementation is too clever, as it tries to replace the logic built in the package manager. At the same time we may not be able to chase changes in the package manager and we better hand this task over to the package manager. In other words, if the version number is wrong, the package manager will detect it and fail and we do not need to fail upfront.
This Pull Request (PR) fixes the following issues
Use format: Fixes #617 Replaces #618