summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTerry Wilson <twilson@redhat.com>2018-08-10 10:13:23 -0500
committerBen Pfaff <blp@ovn.org>2018-08-10 11:35:37 -0700
commit2360464d629de3acacabd960ffc02fbb5081028d (patch)
tree666814b49dba9229a5290be8a70480c901c2f3db /python
parentfa72c5366b9071a1c5d38c80a5ed4690b727a8e3 (diff)
downloadopenvswitch-2360464d629de3acacabd960ffc02fbb5081028d.tar.gz
Add ovs.compat module to python package
Signed-off-by: Terry Wilson <twilson@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Timothy Redaelli <tredaelli@redhat.com>
Diffstat (limited to 'python')
-rw-r--r--python/setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index 0e86834ea..b52657df3 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=[