Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 35976e3d0f36303b035e382c28638010 > files > 27

firefox-24.5.0-1.el5_10.src.rpm

diff -up mozilla-esr24/testing/mozbase/mozprofile/setup.py.pysqlite mozilla-esr24/testing/mozbase/mozprofile/setup.py
--- mozilla-esr24/testing/mozbase/mozprofile/setup.py.pysqlite	2013-10-22 08:19:20.000000000 +0200
+++ mozilla-esr24/testing/mozbase/mozprofile/setup.py	2013-11-27 15:44:14.323731312 +0100
@@ -2,8 +2,8 @@
 # License, v. 2.0. If a copy of the MPL was not distributed with this file,
 # You can obtain one at http://mozilla.org/MPL/2.0/.
 
-import sys
-from setuptools import setup
+import sysfrom setuptools import setup
+from setuptools.command import easy_install
 
 PACKAGE_VERSION = '0.9'
 
@@ -20,6 +20,7 @@ except ImportError:
 try:
     import sqlite3
 except ImportError:
+    easy_install.main("-H None -f . pysqlite".split())
     deps.append('pysqlite')