Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Problem: pulp fails to function when installed from RPMs on CentOS 8
Browse files Browse the repository at this point in the history
Solution: Explicitly install the undeclared dependency python3-markuppy
from the pulpcore repo for the EPEL8 RPM python3-tablib.

See https://bugzilla.redhat.com/show_bug.cgi?id=1986965

fixes: #9166
(cherry picked from commit dce847f)
  • Loading branch information
mikedep333 authored and fao89 committed Aug 12, 2021
1 parent ee94539 commit a8c12eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES/9166.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fix the "markuppy" `pkg_resources.DistributionNotFound` error on the task
`pulp_common : Collect static content`.
This occurs when installing from RPM packages on EL8 (ever since EPEL8 released
python-tablib-3.0.0-1.el8 on approximately 2021-07-23).
1 change: 1 addition & 0 deletions roles/pulp_common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pulp_pkg_undeclared_deps:
- pulpcore-selinux
- python3-djangorestframework
- python3-djangorestframework-queryfields
- python3-markuppy # Because of https://bugzilla.redhat.com/show_bug.cgi?id=1986965
pulp_pkg_upgrade_all: false
__pulp_pkg_repo_name: "pulpcore"
__pulp_pkg_repo_gpgkey: "{{ pulp_pkg_repo.rstrip('/') }}/../../GPG-RPM-KEY-pulpcore"
Expand Down

0 comments on commit a8c12eb

Please sign in to comment.