]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox-system-virtualenv.patch
up to 84.0
[packages/firefox.git] / firefox-system-virtualenv.patch
index 0abe1b22d0999fca9f30bb156932527d29dd7faa..4276fe9db2a1ca6ff814d5f0ea197154969f14fd 100644 (file)
@@ -1,12 +1,13 @@
 --- xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py~     2013-05-11 21:19:23.000000000 +0200
 +++ xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py      2013-05-14 22:51:32.136719267 +0200
-@@ -71,8 +71,7 @@
+@@ -71,9 +71,7 @@
      @property
      def virtualenv_script_path(self):
          """Path to virtualenv's own populator script."""
--        return os.path.join(self.topsrcdir, 'third_party', 'python',
--                            'virtualenv', 'virtualenv.py')
+-        return os.path.join(
+-            self.topsrcdir, "third_party", "python", "virtualenv", "virtualenv.py"
+-        )
 +        return '/usr/bin/virtualenv-3'
-     @property
-     def bin_path(self):
+
+    @property
+    def version_info(self):
This page took 0.035847 seconds and 4 git commands to generate.