From 68a48a32bd92d0a68be285aca5be4da346cab25f Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Wed, 30 Apr 2014 13:48:38 +0000
Subject: python-yaml: add .install

---
 abs/core/python_modules/python-yaml/python-yaml.install | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 abs/core/python_modules/python-yaml/python-yaml.install

diff --git a/abs/core/python_modules/python-yaml/python-yaml.install b/abs/core/python_modules/python-yaml/python-yaml.install
new file mode 100644
index 0000000..e2ae067
--- /dev/null
+++ b/abs/core/python_modules/python-yaml/python-yaml.install
@@ -0,0 +1,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
+}
-- 
cgit v0.12