components/python/python27/patches/03-vendor-packages.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 1954 32663e59626d
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

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')