pip glance-2012.1~rc1 missing dependency iso8601

Bug #961590 reported by Lloyd Dewolf
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance
Fix Released
Low
Unassigned

Bug Description

pip glance-2012.1~rc1 missing dependency iso8601

ENV: Mac OS X 10.7.3 / Python 2.7.2

ACTUAL RESULT

$ glance
Traceback (most recent call last):
  File "/usr/local/bin/glance", line 44, in <module>
    from glance import client as glance_client
  File "/Library/Python/2.7/site-packages/glance/client.py", line 31, in <module>
    from glance.common import animation
  File "/Library/Python/2.7/site-packages/glance/common/animation.py", line 23, in <module>
    from glance.common import utils
  File "/Library/Python/2.7/site-packages/glance/common/utils.py", line 32, in <module>
    import iso8601
ImportError: No module named iso8601

EXPECTED RESULTS

glance command to return options.

Revision history for this message
koolhead17 (koolhead17) wrote :

simple hack/fix would be

add iso8601 in the pip-requires file.

i had submitted a patch i suppose which adds this package.

I am sure it be fixed by now.

Thierry Carrez (ttx)
tags: added: essex-rc-potential
Revision history for this message
Jay Pipes (jaypipes) wrote :

jpipes@uberbox:~/repos/glance$ git status
# On branch master
nothing to commit (working directory clean)
jpipes@uberbox:~/repos/glance$ cat tools/pip-requires | grep iso
iso8601>=0.1.4

This is fixed.

Changed in glance:
status: New → Fix Released
importance: Undecided → Low
tags: removed: essex-rc-potential
Thierry Carrez (ttx)
Changed in glance:
milestone: none → 2012.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.