I found using Flask's form that there is apparently a dependency to python-wtforms which isn't satisfy by the rpm. Could you adjust the Requires ? Thanks
you mean python-flask is a dependency for python-wtforms or vice versa? Because I own only python-wtforms and able to made changes but python-flask is owned by someone else.
I meant python-flask-wtf should require python-wtform that's why I reported this against python-flask-wtf. Thanks
Hi, sorry for late response, was busy with day work. I updated spec and built it on koji, please check below rpm, if it is working as expected then will update to package database. By the way python-wtform was already their in spec, it also provide runtime dependency. koji build : http://koji.fedoraproject.org/koji/taskinfo?taskID=4179625
What shall I test? Without python-wtforms, the following fails, with python-wtforms it does not: from flaskext.wtf import Form, TextField The error comes from: from wtforms.fields import BooleanField, DecimalField, DateField, \ DateTimeField, FieldList, FloatField, FormField, \ HiddenField, IntegerField, PasswordField, RadioField, SelectField, \ SelectMultipleField, SubmitField, TextField, TextAreaField on /usr/lib/python2.7/site-packages/flaskext/wtf/__init__.py Just adding the Requires: python-wtforms should fix this.
python-flask-wtf-0.5.2-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-flask-wtf-0.5.2-3.fc17
python-flask-wtf-0.5.2-3.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/python-flask-wtf-0.5.2-3.fc16
Package python-flask-wtf-0.5.2-3.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-flask-wtf-0.5.2-3.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-10261/python-flask-wtf-0.5.2-3.fc16 then log in and leave karma (feedback).