Hi,

Thanks for fixing the watch file, however there is still an issue there:

"Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)"

(runtime dependencies)

I see in setup.py
install_requires = setuptools_args['install_requires'] = [
'ipython_genutils',
'decorator',
]



so for some reasons python{,3}:Depends aren't correctly picked up.

I installed it and it gives me
python -c "import traitlets"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/traitlets/__init__.py", line 1, in 
<module>
from .traitlets import *
File "/usr/lib/python2.7/dist-packages/traitlets/traitlets.py", line 56, in 
<module>
from ipython_genutils import py3compat
ImportError: No module named ipython_genutils


please investigate
(the same applies for python3)

cheers,

G.

Reply via email to