Opened 11 years ago
Closed 11 years ago
#42646 closed defect (fixed)
py27-flask-restful @0.2.11 ImportError due to missing dependency from aniso8601
Reported by: | thiel@… | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | petrrr | |
Port: | py-flask-restful |
Description
- OS X 10.9.1
- Xcode 5.0.2 (5A3005)
- py27-flask-restful version 0.2.11
'from flask.ext.restful import fields' leads to the following import error: 'ImportError: No module named aniso8601'
The update of flask-restful version 0.2.8 to 0.2.9 created a new dependency for python package 'aniso8601'. The latter is since version 0.2.9 imported by 'flask_restful/types.py'. (Downgrading to py27-flask-restful version 0.2.8 (revision 114324) worked again)
Change History (3)
comment:1 Changed 11 years ago by neverpanic (Clemens Lang)
Keywords: | py27-flask-restful aniso8601 dependency removed |
---|---|
Owner: | changed from macports-tickets@… to cal@… |
Port: | py27-flask-restful removed |
Status: | new → assigned |
comment:3 Changed 11 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r120173. Sorry for the delay and thanks for the report.
Note: See
TracTickets for help on using
tickets.
Thanks for the report. When filing bugs against ports, please CC the maintainer, if any. I'll try to have a look tonight.