]> git.pld-linux.org Git - packages/firefox.git/blame - firefox-system-virtualenv.patch
up to 100.0
[packages/firefox.git] / firefox-system-virtualenv.patch
CommitLineData
e2f28db3
JP
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 @@
2472964d 4
e2f28db3
JP
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
ea987d31
JP
13 def _resolve_installed_packages(python_executable):
14 pip_json = subprocess.check_output(
This page took 0.056698 seconds and 4 git commands to generate.