summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoi Dayan <roid@mellanox.com>2020-05-14 16:25:10 +0300
committerAnsis Atteka <aatteka@ovn.org>2020-05-14 15:28:48 -0700
commit3c18bb0fe9f23308061217f72e2245f0e311b20b (patch)
treefe5fe054d929ba9b047bb4d9d7fb458454173ade
parentfae687c85ef56d5d3d680aa23587fcc083ddeb7f (diff)
downloadopenvswitch-3c18bb0fe9f23308061217f72e2245f0e311b20b.tar.gz
debian: Fix package dependencies
In python2 package was python-twisted-conch but it looks like for python3 it's just python3-twisted. For zope interface the python3 package name is python3-zope.interface. Fixes: 1ca0323e7c29 ("Require Python 3 and remove support for Python 2.") Signed-off-by: Roi Dayan <roid@mellanox.com> Acked-by: Ansis Atteka <aatteka@ovn.org>
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index a50e97249..e47767d75 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Build-Depends: graphviz,
openssl,
procps,
python3-all,
- python3-twisted-conch,
- python3-zopeinterface,
+ python3-twisted,
+ python3-zope.interface,
libunbound-dev,
libunwind-dev
Standards-Version: 3.9.3