https://bugzilla.redhat.com/show_bug.cgi?id=1141494



--- Comment #16 from Eduardo Echeverria <[email protected]> ---
flask-sqlalchemy has landed in rawhide in 2.0 version. so you have to make a
conditional in your spec and change Flask-SQLAlchemy==1.0 by Flask-SQLAlchemy
>= 2.0
Also you have to use BuildRequires 
python-sqlalchemy
python-flask-sqlalchemy
python-whoosh
python-blinker


➜  Flask-WhooshAlchemy-b0207cc23bc6f7f511e710b3e47e7273a3ff4074  cat
requirements.txt 
Flask==0.10.1
Flask-SQLAlchemy==1.0
Whoosh==2.6.0
blinker==1.3


Maybe 
%if 0%{?fedora} >= 21
sed -i -e s/Flask-SQLAlchemy==1.0/Flask-SQLAlchemy>=2.0/ 
%endif

could work

-- 
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to