]> git.pld-linux.org Git - packages/mozjs78.git/blob - system-virtualenv.patch
- updated to 78.14.0
[packages/mozjs78.git] / system-virtualenv.patch
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.066701 seconds and 3 git commands to generate.