rpm-spec-builddeps is usde for extracting build dependencies from spec file to avoid duplication. But it was mostly used by python2 and therefore we did not notice issues with python3 which has "print" as a function and not as a statement.
LGTM, let me run CI to see if everything is OK
rebased onto 3d331e0e4db4adfa11efdcaf8d860b3cde6e1b60
CI: http://vm-031.${abc}/logs/job/89/85/summary.html
master: bc7b4a3
Pull-Request has been closed by fidencio
rpm-spec-builddeps is usde for extracting build dependencies from spec
file to avoid duplication. But it was mostly used by python2 and
therefore we did not notice issues with python3 which has "print"
as a function and not as a statement.