At the moment installing python-flask-admin brings the whole list of binding for all possible backends. It would be nice not to have mongo installed when one wants to use flask-admin with SQLAlchemy (or vice-versa). Issue reported upstream as well: https://github.com/mrjoes/flask-admin/issues/517
So this is definitively a packaging issue, BuildRequires are marked as Requires while they should not. The requires are pretty much only python-flask and python-wtforms. I can provide a patch if you like.
No need, but thanks for reporting, I'll look into it... :)
Fixed, also updated the package to 1.0.8. Let me know how it looks. :)
You should also update it on F20 as the 1.0.7 version is currently broken: File "/usr/lib/python2.7/site-packages/flask_admin/form/upload.py", line 11, in <module> from wtforms.fields.core import _unset_value ImportError: cannot import name _unset_value It's missing the commit: https://github.com/mrjoes/flask-admin/commit/cd1763ba0070e0ab0746ca02e1b0d6df401d6b2c which is part of 1.0.8
python-flask-admin-1.0.8-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/python-flask-admin-1.0.8-1.fc20
Package python-flask-admin-1.0.8-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-flask-admin-1.0.8-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-6864/python-flask-admin-1.0.8-1.fc20 then log in and leave karma (feedback).
python-flask-admin-1.0.8-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.