projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c2c95
)
src/allmydata/_auto_deps.py: 'pysqlite.dbapi2' module should have been 'pysqlite2...
author
david-sarah
<david-sarah@jacaranda.org>
Fri, 21 Jan 2011 07:32:34 +0000
(23:32 -0800)
committer
david-sarah
<david-sarah@jacaranda.org>
Fri, 21 Jan 2011 07:32:34 +0000
(23:32 -0800)
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index f1fbb3477d1a0c17483fbc901081d1c13b44701f..5936c8ee70c7c0efaecc1878e4dfd9e20bf9a57b 100644
(file)
--- 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', 'pysqlite
2
.dbapi2'))
if not hasattr(sys, 'frozen'):
# we require newer versions of setuptools (actually