Skip to content

Correct installation on CentOS 9

Steve Traylen requested to merge fixnine into master

Installation of the package on CentOS 9 is failing with:

# dnf install landbtools
Last metadata expiration check: 0:20:09 ago on Mon 12 Sep 2022 09:02:44 AM CEST.
Error: 
 Problem: cannot install the best candidate for the job
  - nothing provides python3.6dist(suds-jurko) needed by landbtools-21.12.1-1.el9.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candida

Switch to using an rpm macro for the python version in the dependency.

In addition the test installation had been over ridden such that the installation was not actually happening.

Attempt installaton and run a basic test to check the command actually works.

Merge request reports