Aurelien Larcher
2021-01-08 b5a8497ec9558d0061024ac4b49f445bbe7d1094
1
2
3
4
5
6
7
This patch makes Python support the vendor-packages directory.
As it is Solaris-specific, it is not suitable for upstream.
 
--- /dev/null
+++ Python-3.9.0/Lib/site-packages/vendor-packages.pth
@@ -0,0 +1,1 @@
+import site; site.addsitedir('/usr/lib/python3.9/vendor-packages')