[openstack-dev] [taskflow][glance][debian] Issue with ordereddict

2015-04-20 Thread stuart . mclaren
Hi, Debian are hitting this issue https://bugs.launchpad.net/glance/+bug/1445827. Currently glance and glance_store include ordereddict in their requirements.txt. Since Glance no longer gates on py26 I think it should be ok to remove that requirement from glance and glance_store (both repos

Re: [openstack-dev] [taskflow][glance][debian] Issue with ordereddict

2015-04-20 Thread Joshua Harlow
It should be fine to remove it on 2.7+ The team can't yet remove it from its requirements.txt until we drop 2.6 support (which should happen soon(ish) afaik), but the way that import is used is that it always tries to import the one from collections before falling back to the one from the