From: david-sarah <david-sarah@jacaranda.org>
Date: Fri, 21 Jan 2011 07:32:34 +0000 (-0800)
Subject: src/allmydata/_auto_deps.py: 'pysqlite.dbapi2' module should have been 'pysqlite2... 
X-Git-Tag: allmydata-tahoe-1.8.2b1~21
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/frontends/flags?a=commitdiff_plain;h=f3b4f4181cba3dded239b8fdf2e1834ce4d22965;p=tahoe-lafs%2Ftahoe-lafs.git

src/allmydata/_auto_deps.py: 'pysqlite.dbapi2' module should have been 'pysqlite2.dbapi2'. refs #1306
---

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index f1fbb347..5936c8ee 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -78,7 +78,7 @@ def require_more():
     except ImportError:
         # pysqlite v2.0.5 was shipped in Ubuntu 6.06 LTS "dapper" and Nexenta NCP 1.
         install_requires.append("pysqlite >= 2.0.5")
-        package_imports.append(('pysqlite', 'pysqlite.dbapi2'))
+        package_imports.append(('pysqlite', 'pysqlite2.dbapi2'))
 
     if not hasattr(sys, 'frozen'):
         # we require newer versions of setuptools (actually