abrt / faf

Platform for collection and analysis of packages and package crashes
GNU General Public License v3.0
46 stars 47 forks source link

Fix build on Fedora 34+ #1000

Closed mgrabovsky closed 2 years ago

mgrabovsky commented 2 years ago
mgrabovsky commented 2 years ago

Well, this fixes Fedora 35 for now.

F34 stays broken because the pertaining update is still in testing.

Rawhide/F36, on the other hand, is now broken because WTForms has been bumped to 3.0.x, dropping all modules in wtforms.ext. We only rely on wtforms.ext.sqlalchemy which is now a separate library so it might need packaging.

mgrabovsky commented 2 years ago

/packit build

mgrabovsky commented 2 years ago

I'll merge this now as it fixes at least a part of the problem.

WTForms-SQLAlchemy is now built in Copr for Fedoras and EPEL 8, so it can be practically used. I've also created a package review request so it might land in official repos one day as well.