Comment 11 for bug 1420335

Revision history for this message
Thomas Goirand (thomas-goirand) wrote :

FYI, Debian Experimental (which holds Juno) has oslo.i18n version 1.0.0, as it should (but I guess everyone in this thread guessed that). And no, the way to fix it isn't to upgrade to the latest oslo.i18n, as it isn't part of Juno. If we decide to do so (which I don't really mind, since oslo.i18n doesn't have much dependencies), then we *must* change:

1/ the global-requirements.txt of Juno (to force a newer oslo.i18n which has the non-namespaced module)
2/ the requirements.txt of Cinder in Juno (to force a newer oslo.i18n which has the non-namespaced module)

But I don't believe this is the path being taken here.

I agree with John (or whoever will be saying that) we shouldn't have allow something that uses the non-namespaced oslo.i18n (the fixture, as it seems). That's the obvious, really...

Cheers,

Thomas Goirand (zigo)