It seems like a newly added example
workflow has a few scripts with #!/usr/bin/python3 and makes rpmbuild
believe there is a python3 dependency. However, those scripts are only
used inside a container, so they are false positives (that is, a Pegasus
install does not currently require python3). A potential fix is to add an exclude in the spec file.