]> git.pld-linux.org Git - packages/seamonkey.git/blame_incremental - seamonkey-system-virtualenv.patch
- updated to 2.53.9.1
[packages/seamonkey.git] / seamonkey-system-virtualenv.patch
... / ...
CommitLineData
1--- seamonkey-2.53.6/python/mozbuild/mozbuild/virtualenv.py.orig 2020-10-09 08:14:38.869199627 +0200
2+++ seamonkey-2.53.6/python/mozbuild/mozbuild/virtualenv.py 2020-10-09 08:30:19.570770076 +0200
3@@ -66,8 +66,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-2'
10
11 @property
12 def bin_path(self):
This page took 0.072473 seconds and 4 git commands to generate.