desktop/python-yaml/python-yaml.install
2014-09-06 18:06:09 +00:00

8 lines
206 B
Plaintext

post_install() {
cat << EOT
==> Note that even though this package uses libyaml library,
==> slower pure python implementation is used by default.
==> See http://pyyaml.org/wiki/PyYAMLDocumentation
EOT
}