It's reproducible if no internationalization environment variables are
set:
$ env -i python -c 'from babel.dates import *;
format_timedelta(timedelta(hours=1), add_direction=True)'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/babel/dates.py", line 780, in
format_timedelta
plural_form = locale.plural_form(value)
AttributeError: 'NoneType' object has no attribute 'plural_form'
pbuilder exports LC_ALL=C, which untriggers the bug.
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org