Files
MINGW-packages/mingw-w64-python-yaml/python-yaml.install
2019-09-15 15:37:55 +00:00

8 lines
207 B
Plaintext

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