]> git.pld-linux.org Git - packages/firefox.git/blob - firefox-system-virtualenv.patch
up to 100.0
[packages/firefox.git] / firefox-system-virtualenv.patch
1 --- firefox-96.0/python/mach/mach/site.py.orig  2022-01-06 19:32:46.000000000 +0100
2 +++ firefox-96.0/python/mach/mach/site.py       2022-01-12 13:21:03.273897180 +0100
3 @@ -848,10 +848,7 @@
4  
5  
6  def _virtualenv_py_path(topsrcdir):
7 -    return os.path.join(
8 -        topsrcdir, "third_party", "python", "virtualenv", "virtualenv.py"
9 -    )
10 -
11 +    return '/usr/bin/virtualenv-3'
12  
13  def _resolve_installed_packages(python_executable):
14      pip_json = subprocess.check_output(
This page took 0.620916 seconds and 3 git commands to generate.