]> git.pld-linux.org Git - packages/firefox.git/blame - firefox-system-virtualenv.patch
up to 95.0.1
[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
a76390c1 3@@ -300,9 +300,7 @@
2472964d 4
a76390c1
JP
5 args = [
6 self._base_python,
7- os.path.join(
8- self.topsrcdir, "third_party", "python", "virtualenv", "virtualenv.py"
9- ),
10+ '/usr/bin/virtualenv-3',
11 # Without this, virtualenv.py may attempt to contact the outside
12 # world and search for or download a newer version of pip,
13 # setuptools, or wheel. This is bad for security, reproducibility,
This page took 0.030781 seconds and 4 git commands to generate.