desktop/python2-yaml/python2-yaml.install
2011-11-22 20:59:38 +00:00

8 lines
203 B
Plaintext

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