https://bugzilla.redhat.com/show_bug.cgi?id=1665303 --- Comment #3 from Ben Rosser <rosser.bjr@xxxxxxxxx> --- > The manual requires on Python packages are unnecessary on Rawhide. Right, I almost forgot about that. :) I'll fix this. > Other than that, can praw be unbundled? It looks like it can be; rtv.packages is willing to import a system version of praw instead of the bundled copy as long as the major version starts with "3." https://github.com/michael-lazar/rtv/blob/master/rtv/packages/__init__.py However, when I tried to build the package with praw unbundled on Rawhide, I got this... Error: Problem: conflicting requests - nothing provides python3-decorator < 4.1 needed by python3-praw-3.6.0-8.fc29.noarch And indeed, looking at praw, I can see this has been an issue since Fedora 28. :( I'm guessing this package is not being maintained. It seems not only are there minor updates to 3.6.0 we're not shipping (3.6.2 is the latest), but there's also a 6.0 release (that I'm guessing may not be backwards compatible, hence why rtv wants to be installed against praw 3.x). https://github.com/praw-dev/praw/releases -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx