Our application uses tablib. When we try to use the EPEL RPMs for it, it fails with the error: ``` raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'markuppy' distribution was not found and is required by tablib ``` This is an optional dependency of newer versions of tablib 3.0.0, but not the prior packaged version (0.12.1). https://github.com/jazzband/tablib/blob/v0.12.1/setup.py#L83 https://github.com/jazzband/tablib/blob/v3.0.0/setup.py#L43 Note that EPEL8 has python3-tablib 3.0.0, while Fedora 33 still has 0.12.1. I will file another bug to request that MarkupPy be packaged in Fedora/EPEL.
I opened https://src.fedoraproject.org/rpms/python-tablib/pull-request/2 but must admit I didn't check whether markuppy was packaged.