components/python/python27/patches/03-vendor-packages.patch
author John Beck <John.Beck@Oracle.COM>
Thu, 19 Jun 2014 13:54:21 -0700
changeset 1954 32663e59626d
parent 458 2edc011b559e
permissions -rw-r--r--
19004605 update Python 2.7 line to version 2.7.7

This patch makes Python support the vendor-packages directory.
As it is Solaris-specific, it is not suitable for upstream.

--- /dev/null   Sat Feb 12 00:21:26 2011
+++ Python-2.7.1/Lib/site-packages/vendor-packages.pth  Sat Feb 12 00:47:05 2011
@@ -0,0 +1,1 @@
+import site; site.addsitedir('/usr/lib/python2.7/vendor-packages')