mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
src/allmydata/_auto_deps.py: 'pysqlite.dbapi2' module should have been 'pysqlite2.dbapi2'. refs #1306
This commit is contained in:
parent
b6c2c9591d
commit
f3b4f4181c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user