Issue #5853
closedpulp_rpm does not declare its dependency on libcomps & PyGObject
Description
Once the necessary changes have been made to the containers and the installer, pulp_rpm should declare its dependency on libcomps & PyGObject in setup.py.
Related issues
Updated by mdepaulo@redhat.com almost 5 years ago
- Subject changed from pulp_rpm should declare its dependency on libcomps & PyGObject to pulp_rpm does not declare its dependency on libcomps & PyGObject
Added by Mike DePaulo almost 5 years ago
Updated by Anonymous almost 5 years ago
- Status changed from NEW to MODIFIED
Applied in changeset bf738b79f895895736f8220086a23510e08045bc.
Updated by daviddavis almost 5 years ago
- Has duplicate Issue #5616: Require PyGObject added
Added by Mike DePaulo almost 5 years ago
Revision c403eab3 | View on GitHub
Story: As a user of pulp_rpm_prerequisites I have libcomps installed from pypi
Implementation: Now that pulp_rpm declares its dependency on libcomps (and PyGObject), let the pip install of pulp_rpm install libcomps as a dependency from PyPI.
The only change to this repo is to update the comments on why we must install the build deps of scikit-build & nose, which are already installed for createrepo_c.
fixes: #5840 as a user of pulp_rpm_prerequisites I have libcomps installed from pypi https://pulp.plan.io/issues/5840
re: #5853 pulp_rpm does not declare its dependency on libcomps & PyGObject https://pulp.plan.io/issues/5853
Updated by mdepaulo@redhat.com almost 5 years ago
- Status changed from MODIFIED to 5
Added by Mike DePaulo almost 5 years ago
Revision 8b43bb3a | View on GitHub
Problem: pulp_rpm does not declare its dependency on libcomps & PyGObject
Solution: Specify them with them in setup.py
Required PR: https://github.com/pulp/pulpcore/pull/437
fixes: #5853 (cherry picked from commit bf738b79f895895736f8220086a23510e08045bc)
Updated by ttereshc almost 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 63
Updated by Anonymous almost 5 years ago
Applied in changeset 8b43bb3ac42a1709937c5c46359a61963488b2da.
Added by ttereshc almost 5 years ago
Revision d6afa63e | View on GitHub
Fix the changelog type.
re #5853
Added by ttereshc almost 5 years ago
Revision 8699a6db | View on GitHub
Fix the changelog type.
re #5853
(cherry picked from commit d6afa63edcf6e3a2008d85ff714e532b6ebad7e5)
Updated by ttereshc almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Problem: pulp_rpm does not declare its dependency on libcomps & PyGObject
Solution: Specify them with them in setup.py
Required PR: https://github.com/pulp/pulpcore/pull/437
fixes: #5853