diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-10-05 14:37:29 +0200 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2017-10-05 14:50:04 +0200 |
commit | 17dd3706891040fdd1c92b4531dd1f12493d06e3 (patch) | |
tree | 6dc0b23a6fb2f8aecf13ab9e0ec45314cccdbc18 | |
parent | f2abfbf085491ad039575feb3aa2b2252078dcf4 (diff) |
Adding pyparsing dependency to python3-netmodel package.
Change-Id: I55947fb1f74575d2ec75f839b04859a33c7a49c0
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 99e51ee9..e9d91650 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ X-Python3-Version: >= 3.5 Package: python3-netmodel Architecture: all -Depends: ${python3:Depends}, ${misc:Depends}, python3-daemon, python3-lockfile, python3-setuptools, python3-pip +Depends: ${python3:Depends}, ${misc:Depends}, python3-daemon, python3-lockfile, python3-setuptools, python3-pip, python3-pyparsing Suggests: python-netmodel-doc Description: Netmodel Netmodel @@ -25,7 +25,7 @@ Description: Monitoring Package: vicn Architecture: all -Depends: ${python3:Depends}, ${misc:Depends}, python3-netmodel +Depends: ${python3:Depends}, ${misc:Depends}, python3-netmodel, python3-networkx Suggests: vicn-doc Description: vICN experiment controller = vICN |