Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486604 - <=dev-python/flask-restless-0.11.0-r1 should depend on <dev-python/flask-0.10
Summary: <=dev-python/flask-restless-0.11.0-r1 should depend on <dev-python/flask-0.10
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-30 19:12 UTC by René 'Necoro' Neumann
Modified: 2014-07-18 06:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description René 'Necoro' Neumann 2013-09-30 19:12:30 UTC
In Flask-0.10 a module got removed which flask-restless depends on. Hence it does not work anymore with such a newer version.

File "/usr/lib64/python2.7/site-packages/flask_restless/__init__.py", line 22, in <module>
    from .manager import APIManager
  File "/usr/lib64/python2.7/site-packages/flask_restless/manager.py", line 17, in <module>
    from .views import API
  File "/usr/lib64/python2.7/site-packages/flask_restless/views.py", line 41, in <module>
    from .exceptions import json_abort
  File "/usr/lib64/python2.7/site-packages/flask_restless/exceptions.py", line 14, in <module>
    from flask.exceptions import JSONHTTPException
ImportError: No module named exceptions


See (fixed) upstream bug: https://github.com/jfinkels/flask-restless/issues/218

Note that this makes flask-restless-0.11.0-r1 uninstallable, as it depends on a python-r1 version of flask. And the only one is flask-0.10.1-r1. Did anyone actually test flask-restless?
Comment 1 René 'Necoro' Neumann 2014-07-17 16:04:28 UTC
Affected version is not in the tree anymore, so can probably be closed...
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2014-07-18 06:53:51 UTC
Right.