diff mbox series

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

Message ID 1535740854-685-2-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. 31, 2018, 6:40 p.m. UTC
Signed-off-by: Terry Wilson <twilson@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Timothy Redaelli <tredaelli@redhat.com>
(cherry picked from commit 2360464d629de3acacabd960ffc02fbb5081028d)
---
 python/setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
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=[