Created attachment 1310633 [details] Adds a missing build-time dependency on python2-devel The bzr-fastimport RPM is missing the build-time dependency on python2-devel. This is the reason why the dependency on Python itself is not generated for bzr-fastimport-0.13.0-10.fc27: $ dnf repoquery --disablerepo=* --enablerepo=rawhide --requires bzr-fastimport bzr python-fastimport According to Fedora Packaging Guidelines for Python [0], packages building for Python 2 need BuildRequires: python2-devel. I have attached the patch which adds a missing build-time dependency and modernizes the spec file. Please review it and apply. [0] https://fedoraproject.org/wiki/Packaging:Python#Dependencies
Thanks! Applied.