https://bugzilla.redhat.com/show_bug.cgi?id=1770162 --- Comment #3 from Jerry James <loganjerry@xxxxxxxxx> --- The binary package is not installable, because the automatic Requires generator generates this dependency: python3.8dist(typing-inspect) < 0.4 due to this part of setup.py: dependencies = [ "typing-extensions>=3.6,<4.0", "typing-inspect>=0.3.1,<0.4", ] The version reviewed in bug 1768490 is 0.5. Does molten in fact work with typing-inspect >= 0.4? If so, setup.py is wrong. If not, then you'll either have to downgrade python-typing-inspect or figure out how to port molten to the 0.5 release. -- 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://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx