]> git.pld-linux.org Git - packages/firefox.git/blame - firefox-system-virtualenv.patch
up to 81.0
[packages/firefox.git] / firefox-system-virtualenv.patch
CommitLineData
a9334f16
JB
1--- xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py~ 2013-05-11 21:19:23.000000000 +0200
2+++ xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py 2013-05-14 22:51:32.136719267 +0200
9954969c 3@@ -71,8 +71,7 @@
c5cd9be2
JB
4 @property
5 def virtualenv_script_path(self):
6 """Path to virtualenv's own populator script."""
7bdd344a 7- return os.path.join(self.topsrcdir, 'third_party', 'python',
9954969c 8- 'virtualenv', 'virtualenv.py')
89390b0e 9+ return '/usr/bin/virtualenv-2'
c5cd9be2
JB
10
11 @property
9954969c 12 def bin_path(self):
864e88a8 13@@ -294,7 +293,7 @@
983b5e05
JP
14 import distutils.sysconfig
15
864e88a8
JP
16 packages = self.packages()
17- python_lib = distutils.sysconfig.get_python_lib()
18+ python_lib = distutils.sysconfig.get_python_lib(1)
983b5e05
JP
19 sitecustomize = open(
20 os.path.join(os.path.dirname(os.__file__), 'sitecustomize.py'),
21 mode='w')
This page took 0.031899 seconds and 4 git commands to generate.