On 7/22/2020 2:25 PM, Toms Atteka wrote:
Python3 does not have python3-twisted-web. Required codebase is inside python3-twisted. Signed-off-by: Toms Atteka <[email protected]> --- 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
LGTM Acked-by: Greg Rose <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
