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

Chris Lamb lamby at debian.org
Fri Jan 6 22:51:55 UTC 2017


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,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-



More information about the Python-modules-team mailing list