https://bugzilla.redhat.com/show_bug.cgi?id=1815670 --- Comment #6 from Mohamed El Morabity <pikachu.2014@xxxxxxxxx> --- Version 8.20.6.1 is available ;) In the .spec file: > # Remove installation requirement. Fedora is using a different name, see above > sed -i -e '19d' setup.py I understand the need to modify the setup.py file to fix automatic Requires. However you shouldn't use an hard-coded line number to delete the z3-solver requirement. Using a pattern may be better, especially if setup.py grows in further updates: sed -i -e '/z3-solver/d' setup.py -- 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