components/python/python34/patches/04-vendor-packages.patch
author John Beck <John.Beck@Oracle.COM>
Thu, 19 Jun 2014 13:53:07 -0700
changeset 1953 5c1face45dc8
parent 1907 446472de62e9
permissions -rw-r--r--
19004593 update Python to 3.4.1

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