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

Terry Wilson twilson at redhat.com
Fri Aug 31 18:40:54 UTC 2018


Signed-off-by: Terry Wilson <twilson at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Timothy Redaelli <tredaelli at redhat.com>
(cherry picked from commit 2360464d629de3acacabd960ffc02fbb5081028d)
---
 python/setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 at 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=[
-- 
2.7.4



More information about the dev mailing list