From f3b4f4181cba3dded239b8fdf2e1834ce4d22965 Mon Sep 17 00:00:00 2001 From: david-sarah Date: Thu, 20 Jan 2011 23:32:34 -0800 Subject: [PATCH] src/allmydata/_auto_deps.py: 'pysqlite.dbapi2' module should have been 'pysqlite2.dbapi2'. refs #1306 --- src/allmydata/_auto_deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2