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.
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''
❦ 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
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,
--
,''`.
: :' :
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
5 matches
Mail list logo