Repository : http://git.fedorahosted.org/cgit/copr.git
On branch : master
commit 30a5b529b78b2689cf5181b6a77961871df0df6c Author: Miroslav Suchý msuchy@redhat.com Date: Wed Jun 19 09:41:23 2013 +0200
add python-flask-script and python-flask-whooshee to requirements
They are used in: coprs_frontend/manage.py:from flask.ext.script import Manager, Command, Option, Group coprs_frontend/coprs/__init__.py:from flask.ext.whooshee import Whooshee coprs_frontend/coprs/whoosheers.py:from flask.ext.whooshee import AbstractWhoosheer
copr.spec | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/copr.spec b/copr.spec index aa192e2..eb67ba0 100644 --- a/copr.spec +++ b/copr.spec @@ -47,6 +47,8 @@ Requires: python-flask Requires: python-flask-openid Requires: python-flask-wtf Requires: python-flask-sqlalchemy +Requires: python-flask-script +Requires: python-flask-whooshee #Requires: python-virtualenv Requires: python-blinker Requires: python-whoosh
copr-devel@lists.fedorahosted.org