diff mbox

[ovs-dev] debian: Add six dependency to python-openvswitch.

Message ID 20160726193416.17826-1-joe@ovn.org
State Accepted
Headers show

Commit Message

Joe Stringer July 26, 2016, 7:34 p.m. UTC
python-openvswitch uses the python "six" library, add a dependency for
this to the debian package.

VMware-BZ: #1700259
Reported-by: Devang Doshi <ddoshi@vmware.com>
Signed-off-by: Joe Stringer <joe@ovn.org>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff July 27, 2016, 9:50 p.m. UTC | #1
On Tue, Jul 26, 2016 at 12:34:16PM -0700, Joe Stringer wrote:
> python-openvswitch uses the python "six" library, add a dependency for
> this to the debian package.
> 
> VMware-BZ: #1700259
> Reported-by: Devang Doshi <ddoshi@vmware.com>
> Signed-off-by: Joe Stringer <joe@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Joe Stringer July 27, 2016, 11:26 p.m. UTC | #2
On 27 July 2016 at 14:50, Ben Pfaff <blp@ovn.org> wrote:
> On Tue, Jul 26, 2016 at 12:34:16PM -0700, Joe Stringer wrote:
>> python-openvswitch uses the python "six" library, add a dependency for
>> this to the debian package.
>>
>> VMware-BZ: #1700259
>> Reported-by: Devang Doshi <ddoshi@vmware.com>
>> Signed-off-by: Joe Stringer <joe@ovn.org>
>
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks, applied.
diff mbox

Patch

diff --git a/debian/control b/debian/control
index 37aff8db9db3..9ba6e6b75f04 100644
--- a/debian/control
+++ b/debian/control
@@ -240,7 +240,7 @@  Description: Debug symbols for Open vSwitch packages
 Package: python-openvswitch
 Architecture: all
 Section: python
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-six
 Description: Python bindings for Open vSwitch
  Open vSwitch is a production quality, multilayer, software-based,
  Ethernet virtual switch. It is designed to enable massive network