From 03a144755d5b18b1c27f02011199ff70987b29e2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 21 Oct 2020 10:02:32 -0400 Subject: [PATCH] Nevow is no longer a dependency --- src/allmydata/_auto_deps.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index cf98aae96..17f39cfcc 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -11,7 +11,6 @@ package_imports = [ ('foolscap', 'foolscap'), ('zfec', 'zfec'), ('Twisted', 'twisted'), - ('Nevow', 'nevow'), ('zope.interface', 'zope.interface'), ('python', None), ('platform', None), @@ -72,7 +71,6 @@ runtime_warning_messages = [ ] warning_imports = [ - 'nevow', 'twisted.persisted.sob', 'twisted.python.filepath', ]