diff mbox series

[ovs-dev] Add ovs.compat module to python package

Message ID 1533914003-2305-1-git-send-email-twilson@redhat.com
State Accepted
Headers show
Series [ovs-dev] Add ovs.compat module to python package | expand

Commit Message

Terry Wilson Aug. 10, 2018, 3:13 p.m. UTC
Signed-off-by: Terry Wilson <twilson@redhat.com>
---
 python/setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Timothy Redaelli Aug. 10, 2018, 3:52 p.m. UTC | #1
On Fri, 10 Aug 2018 10:13:23 -0500
Terry Wilson <twilson@redhat.com> wrote:

> Signed-off-by: Terry Wilson <twilson@redhat.com>

Acked-by: Timothy Redaelli <tredaelli@redhat.com>
Ben Pfaff Aug. 10, 2018, 6:36 p.m. UTC | #2
On Fri, Aug 10, 2018 at 05:52:54PM +0200, Timothy Redaelli wrote:
> On Fri, 10 Aug 2018 10:13:23 -0500
> Terry Wilson <twilson@redhat.com> wrote:
> 
> > Signed-off-by: Terry Wilson <twilson@redhat.com>
> 
> Acked-by: Timothy Redaelli <tredaelli@redhat.com>

Applied to master.  Does this need backporting?
diff mbox series

Patch

diff --git a/python/setup.py b/python/setup.py
index 0e86834..b52657d 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -63,7 +63,8 @@  setup_args = dict(
     url='http://www.openvswitch.org/',
     author='Open vSwitch',
     author_email='dev@openvswitch.org',
-    packages=['ovs', 'ovs.db', 'ovs.unixctl'],
+    packages=['ovs', 'ovs.compat', 'ovs.compat.sortedcontainers',
+              'ovs.db', 'ovs.unixctl'],
     keywords=['openvswitch', 'ovs', 'OVSDB'],
     license='Apache 2.0',
     classifiers=[