components/python/python34/patches/04-vendor-packages.patch
author pkidd <patrick.kidd@oracle.com>
Fri, 24 Feb 2017 07:31:04 -0800
branchs11u3-sru
changeset 7693 789db572fc03
parent 3778 35735ffdda43
permissions -rw-r--r--
build metadata for S11.3SRU18.3

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-3.4.0/Lib/site-packages/vendor-packages.pth  Sat Feb 12 00:47:05 2011
@@ -0,0 +1,1 @@
+import site; site.addsitedir('/usr/lib/python3.4/vendor-packages')