]> git.pld-linux.org Git - packages/mozjs78.git/blame - system-virtualenv.patch
BRs for tar.xz source
[packages/mozjs78.git] / system-virtualenv.patch
CommitLineData
d9e9a7d7
JB
1--- firefox-78.2.0/python/mozbuild/mozbuild/virtualenv.py.orig 2020-09-15 21:32:27.365726770 +0200
2+++ firefox-78.2.0/python/mozbuild/mozbuild/virtualenv.py 2020-09-15 21:37:16.580826624 +0200
3@@ -63,8 +63,7 @@
4 @property
5 def virtualenv_script_path(self):
6 """Path to virtualenv's own populator script."""
7- return os.path.join(self.topsrcdir, 'third_party', 'python',
8- 'virtualenv', 'virtualenv.py')
9+ return '/usr/bin/virtualenv-3'
10
11 @property
12 def bin_path(self):
This page took 0.063371 seconds and 4 git commands to generate.