]> git.pld-linux.org Git - packages/thunderbird.git/blame - thunderbird-system-virtualenv.patch
up to 102.4.1
[packages/thunderbird.git] / thunderbird-system-virtualenv.patch
CommitLineData
793805fe
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 @@
356fd545 4
793805fe
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
13 def _resolve_installed_packages(python_executable):
14 pip_json = subprocess.check_output(
This page took 0.283729 seconds and 4 git commands to generate.