Bug 1479415 - bzr-fastimport: Missing build-time dependency on python2-devel
Summary: bzr-fastimport: Missing build-time dependency on python2-devel
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: bzr-fastimport
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dan Callaghan
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-08 14:23 UTC by Iryna Shcherbina
Modified: 2017-08-14 06:39 UTC (History)
2 users (show)

Fixed In Version: bzr-fastimport-0.13.0-11.fc27
Clone Of:
Environment:
Last Closed: 2017-08-14 06:39:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Adds a missing build-time dependency on python2-devel (2.01 KB, application/mbox)
2017-08-08 14:23 UTC, Iryna Shcherbina
no flags Details

Description Iryna Shcherbina 2017-08-08 14:23:47 UTC
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

Comment 1 Dan Callaghan 2017-08-14 06:39:58 UTC
Thanks! Applied.


Note You need to log in before you can comment on or make changes to this bug.