components/python/python34/patches/04-vendor-packages.patch
changeset 1907 446472de62e9
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
       
     1 This patch makes Python support the vendor-packages directory.
       
     2 As it is Solaris-specific, it is not suitable for upstream.
       
     3 
       
     4 --- /dev/null   Sat Feb 12 00:21:26 2011
       
     5 +++ Python-3.4.0/Lib/site-packages/vendor-packages.pth  Sat Feb 12 00:47:05 2011
       
     6 @@ -0,0 +1,1 @@
       
     7 +import site; site.addsitedir('/usr/lib/python3.4/vendor-packages')
       
     8