]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox-system-virtualenv.patch
extract bcond for lowering build's memory footprint
[packages/firefox.git] / firefox-system-virtualenv.patch
index 89677d3ef5cbd30d83d1d90a3e49a2aa15f8aa95..35bb5b2cb1a364f2e71e05b37f21ab3a2dea6791 100644 (file)
  
      @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.026412 seconds and 4 git commands to generate.