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

Ilya Maximets i.maximets at ovn.org
Thu Jul 23 18:24:44 UTC 2020


On 7/23/20 6:40 PM, Gregory Rose wrote:
> 
> 
> On 7/23/2020 7:36 AM, William Tu wrote:
>> 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.
>>>>

Fixes: 1ca0323e7c29 ("Require Python 3 and remove support for Python 2.")

>>>> 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?
> 
> Sounds like a good idea to me.

While this might be a good idea to remove package entirely, I'm not
sure if we can do that for already released branches.  We likely
need this fix as is for branches 2.13 and 2.14.

What do you think?

> 
> - Greg
> 
>>
>> 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
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 



More information about the dev mailing list