]> git.pld-linux.org Git - packages/firefox.git/blob - firefox-system-virtualenv.patch
up to 94.0
[packages/firefox.git] / firefox-system-virtualenv.patch
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
3 @@ -300,9 +300,7 @@
4  
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.061701 seconds and 3 git commands to generate.