]> git.pld-linux.org Git - packages/seamonkey.git/blob - seamonkey-system-virtualenv.patch
- updated to 2.31
[packages/seamonkey.git] / seamonkey-system-virtualenv.patch
1 --- xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py~      2013-05-11 21:19:23.000000000 +0200
2 +++ xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py       2013-05-14 22:51:32.136719267 +0200
3 @@ -37,8 +37,7 @@
4      @property
5      def virtualenv_script_path(self):
6          """Path to virtualenv's own populator script."""
7 -        return os.path.join(self.topsrcdir, 'python', 'virtualenv',
8 -            'virtualenv.py')
9 +        return '/usr/bin/virtualenv'
10  
11      @property
12      def python_path(self):
13 --- comm-release/mail/test/resources/installmozmill.py.orig     2014-10-14 08:26:59.000000000 +0200
14 +++ comm-release/mail/test/resources/installmozmill.py  2014-12-02 17:52:03.074177834 +0100
15 @@ -79,7 +79,7 @@
16    env = os.environ.copy()
17    env.pop('PYTHONHOME', None)
18    # The --no-site-packages is because of https://github.com/pypa/virtualenv/issues/165
19 -  returncode = call([sys.executable, os.path.join('virtualenv', 'virtualenv.py'),
20 +  returncode = call([sys.executable, '/usr/bin/virtualenv',
21                       destination], env=env)
22    if returncode:
23      print 'Failure to install virtualenv'
This page took 0.060567 seconds and 4 git commands to generate.