Closed dragotin closed 4 years ago
On openSUSE 15.1 and Tumbleweed, the python based PDF generation fails with the error message that python minidom is missing. Python 2 is used.
Installing the packages python2-six and python-xml fixes that.
Requirements in the spec file needs to be fixed.
Note to self: python-xml does not seem to exist in the python3 world.
For Kraft 0.90, let's stay with python2!
Fixed in KDE:Extra in openSUSE Bulid Service with the new Version 0.90 of Kraft
On openSUSE 15.1 and Tumbleweed, the python based PDF generation fails with the error message that python minidom is missing. Python 2 is used.
Installing the packages python2-six and python-xml fixes that.
Requirements in the spec file needs to be fixed.