[ovs-dev] [PATCHv2] python: fixed package dependency

William Tu u9012063 at gmail.com
Thu Jul 23 14:36:25 UTC 2020


On Wed, Jul 22, 2020 at 3:22 PM Gregory Rose <gvrose8192 at gmail.com> wrote:
>
>
> 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 <cpp.code.lv at gmail.com>
> > ---
> >   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

We have some offline discussions on this.
Do you want to remove the openvswitch-test package entirely since
probably no one is using it?

William

> >   Architecture: all
> >   Depends: python3,
> > -         python3-twisted-web,
> > +         python3-twisted,
> >            ${misc:Depends},
> >            ${python3:Depends}
> >   Description: Open vSwitch test package
> >
>
> LGTM
> Acked-by: Greg Rose <gvrose8192 at gmail.com>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev


More information about the dev mailing list