blob: e2ae0674b5288fab2d297519f058147606de4a75 (
plain)
1
2
3
4
5
6
7
|
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
}
|