Repository : http://git.fedorahosted.org/cgit/copr.git
On branch : master
commit ffcda89eb0b18efe6d0679846cca4037b35f4140 Author: Miroslav Suchý msuchy@redhat.com Date: Wed Jun 19 12:33:46 2013 +0200
require python-alembic
addressing: Traceback (most recent call last): File "./manage.py", line 190, in <module> manager.run() File "/usr/lib/python2.7/site-packages/flask_script/__init__.py", line 351, in run result = self.handle(sys.argv[0], command, sys.argv[2:]) File "/usr/lib/python2.7/site-packages/flask_script/__init__.py", line 324, in handle return command.handle(app, *positional_args, **command_namespace.__dict__) File "/usr/lib/python2.7/site-packages/flask_script/commands.py", line 143, in handle return self.run(*args, **kwargs) File "./manage.py", line 45, in run from alembic.config import Config ImportError: No module named alembic.config
copr.spec | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/copr.spec b/copr.spec index eb67ba0..082c14b 100644 --- a/copr.spec +++ b/copr.spec @@ -43,6 +43,7 @@ Requires: mod_wsgi Requires: postgresql-server Requires: postgresql-devel Requires: gcc +Requires: python-alembic Requires: python-flask Requires: python-flask-openid Requires: python-flask-wtf
copr-devel@lists.fedorahosted.org