[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3]: Add pyyaml.
From: |
Andreas Enge |
Subject: |
Re: [PATCH 2/3]: Add pyyaml. |
Date: |
Fri, 20 Feb 2015 18:58:36 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Fri, Feb 20, 2015 at 05:48:04PM +0100, Ricardo Wurmus wrote:
> + (propagated-inputs
> + `(("libyaml" ,libyaml)))
Is it really needed to propagate the input? The _yaml.cpython-33m.so library
is automatically linked with libyaml-0.so.2 thanks to our ld. If it is needed,
could you add a quick explanation?
> + (description
> + " PyYAML is a YAML parser and emitter for Python. PyYAML features a
↑ a space too much
Andreas