From 850e834fa0ff0e40fb72140f0a7c40491c926e23 Mon Sep 17 00:00:00 2001 From: Toms Atteka Date: Wed, 22 Jul 2020 14:25:00 -0700 Subject: [PATCH] debian: Fixed openvswitch-test package dependency. Python3 does not have python3-twisted-web. Required codebase is inside python3-twisted. Fixes: 1ca0323e7c29 ("Require Python 3 and remove support for Python 2.") Signed-off-by: Toms Atteka Acked-by: Greg Rose Signed-off-by: Ilya Maximets --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0646b22a1..6420b9d3e 100644 --- a/debian/control +++ b/debian/control @@ -188,7 +188,7 @@ Description: Python bindings for Open vSwitch Package: openvswitch-test Architecture: all Depends: python3, - python3-twisted-web, + python3-twisted, ${misc:Depends}, ${python3:Depends} Description: Open vSwitch test package -- 2.39.5