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

Commit

Permalink
Merge pull request #706 from mikedep333/3.7_9166_markuppy
Browse files Browse the repository at this point in the history
3.7: Problem: pulp fails to function when installed from RPMs on CentOS 8
  • Loading branch information
mikedep333 authored Jul 30, 2021
2 parents 29240cb + dce847f commit e65cb46
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 @@ -50,6 +50,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_upgraded_manually: false

Expand Down

0 comments on commit e65cb46

Please sign in to comment.