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:
bed3a89
)
Fix module name for pyasn1-modules.
author
Daira Hopwood
<daira@jacaranda.org>
Mon, 29 Sep 2014 17:18:49 +0000
(18:18 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Mon, 29 Sep 2014 17:18:49 +0000
(18:18 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index 5b53d744b85d5670caabd81bb68d8c7a1374c963..8604d064062591ec560dda7b34e17754c0ff614e 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-174,7
+174,7
@@
def require_more():
('pycparser', 'pycparser'),
('service-identity', 'service_identity'),
('characteristic', 'characteristic'),
- ('pyasn1-modules', 'pyasn1'),
+ ('pyasn1-modules', 'pyasn1
_modules
'),
]
require_more()