[Python-modules-team] Bug#850023: ImportError when importing ruamel.yaml

2017-01-07 Thread Chris Lamb
Vincent Bernat wrote: > > However, it looks like this "should" work: > > > >install_requires=dict( > >[…] > >py27=["ruamel.ordereddict", "typing"], > >[…] > >) > > This seems to only work if the package is installed at build time. I'll push a > fixed version soon.

[Python-modules-team] Bug#850023: ImportError when importing ruamel.yaml

2017-01-07 Thread Elena ``of Valhalla''
On 2017-01-06 at 22:51:55 +, Chris Lamb wrote: > > ImportError when importing ruamel.yaml > > So, the binary package is missing a Depends on `python-typing`. uh, thanks, I didn't think to check of typing for a backport to py2. That's indeed easy to workaround -- Elena ``of Valhalla''

[Python-modules-team] Bug#850023: ImportError when importing ruamel.yaml

2017-01-06 Thread Vincent Bernat
❦ 6 janvier 2017 22:51 GMT, Chris Lamb  : > So, the binary package is missing a Depends on `python-typing`. > > However, it looks like this "should" work: > >install_requires=dict( >[…] >py27=["ruamel.ordereddict", "typing"], >[…] >) This seems to only work if th

[Python-modules-team] Bug#850023: ImportError when importing ruamel.yaml

2017-01-06 Thread Chris Lamb
Hi, > ImportError when importing ruamel.yaml So, the binary package is missing a Depends on `python-typing`. However, it looks like this "should" work: install_requires=dict( […] py27=["ruamel.ordereddict", "typing"], […] ) Regards, -- ,''`. : :' :

[Python-modules-team] Bug#850023: ImportError when importing ruamel.yaml

2017-01-03 Thread Elena ``of Valhalla''
Package: python-ruamel.yaml Version: 0.13.4-1 Severity: grave Importing ruamel.yaml fails with the following traceback: $ bpython bpython version 0.16 on top of Python 2.7.13 /usr/bin/python >>> import ruamel.yaml Traceback (most recent call last): File "", line 1, in