Any good workarounds for working with epel7 Python packages on Fedora? Mainly dealing with the fact that python3_pkgversion differs from Fedora to EPEL7. Ie, when doing 'fedpkg mockbuild' the SRPM will be generated with the wrong python3_pkgversion.
I tried this, but it didn't seem to work: fedpkg --release epel7 srpm --define 'python3_pkgversion 36'
Thanks, Scott