X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=firefox-system-virtualenv.patch;h=0abe1b22d0999fca9f30bb156932527d29dd7faa;hb=80abf63116c206cfbf2f28890b5bcf040afac25d;hp=35bb5b2cb1a364f2e71e05b37f21ab3a2dea6791;hpb=864e88a895fd997bed1085eda8a4d6dfc3643081;p=packages%2Ffirefox.git diff --git a/firefox-system-virtualenv.patch b/firefox-system-virtualenv.patch index 35bb5b2..0abe1b2 100644 --- a/firefox-system-virtualenv.patch +++ b/firefox-system-virtualenv.patch @@ -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':