Thanks, applied as 8eb6598ec747be1ef49e20ccecc2a452f6f4fdde.

Michael

[sent from post-receive hook]

On Fri, 10 Dec 2021 14:07:07 +0100, Bastian Krause <[email protected]> wrote:
> _yaml.cpython-*.so was accidentally omitted before. Now make sure to
> install this library to make the libyaml bindings work.
> 
> Before:
>   >>> from yaml.cyaml import *
>   Traceback (most recent call last):
>     File "<stdin>", line 1, in <module>
>     File "/usr/lib/python3.7/site-packages/yaml/cyaml.py", line 5, in <module>
>   ModuleNotFoundError: No module named '_yaml'
> 
> Now:
>   >>> from yaml.cyaml import *
>   >>>
> 
> Signed-off-by: Bastian Krause <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/python3-pyyaml.make b/rules/python3-pyyaml.make
> index 971fc79a9bec..a9cdda248616 100644
> --- a/rules/python3-pyyaml.make
> +++ b/rules/python3-pyyaml.make
> @@ -43,7 +43,7 @@ $(STATEDIR)/python3-pyyaml.targetinstall:
>       @$(call install_fixup, python3-pyyaml, DESCRIPTION, missing)
>  
>       @$(call install_glob, python3-pyyaml, 0, 0, -, \
> -             $(PYTHON3_SITEPACKAGES)/yaml,, *.py)
> +             $(PYTHON3_SITEPACKAGES), *.pyc *.so,)
>  
>       @$(call install_finish, python3-pyyaml)
>  

_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to