]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox-system-virtualenv.patch
libmozsandbox now also on arm
[packages/firefox.git] / firefox-system-virtualenv.patch
index 35bb5b2cb1a364f2e71e05b37f21ab3a2dea6791..0abe1b22d0999fca9f30bb156932527d29dd7faa 100644 (file)
@@ -6,16 +6,7 @@
          """Path to virtualenv's own populator script."""
 -        return os.path.join(self.topsrcdir, 'third_party', 'python',
 -                            'virtualenv', 'virtualenv.py')
-+        return '/usr/bin/virtualenv-2'
++        return '/usr/bin/virtualenv-3'
  
      @property
      def bin_path(self):
-@@ -294,7 +293,7 @@
-         into the wrong place. This is how virtualenv's work.
-         """
-         packages = self.packages()
--        python_lib = distutils.sysconfig.get_python_lib()
-+        python_lib = distutils.sysconfig.get_python_lib(1)
-         def handle_package(package):
-             if package[0] == 'setup.py':
This page took 0.039257 seconds and 4 git commands to generate.