jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / python39 / patches / 02-vendor-packages.patch
blobe0c7f169e41d9d0c9c5e909da44c514fe4b108f3
1 This patch makes Python support the vendor-packages directory.
2 As it is Solaris-specific, it is not suitable for upstream.
4 --- /dev/null
5 +++ Python-3.9.0/Lib/site-packages/vendor-packages.pth
6 @@ -0,0 +1,1 @@
7 +import site; site.addsitedir('/usr/lib/python3.9/vendor-packages')