desktop/python-yaml/python-yaml.install

8 lines
206 B
Plaintext
Raw Normal View History

2014-09-07 02:06:09 +08:00
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
}