diff --git a/debian/control b/debian/control index 5849795a..882d0779 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Depends: python3-cmislib, python3-gadjo, python3-httplib2, python3-jsonschema, + python3-levenshtein, python3-lxml, python3-pdfrw, python3-pil, diff --git a/debian/py3dist-overrides b/debian/py3dist-overrides index 9e95891e..f34ca843 100644 --- a/debian/py3dist-overrides +++ b/debian/py3dist-overrides @@ -4,3 +4,4 @@ pyexcel_io python3-pyexcel-io pyexcel_ods python3-pyexcel-ods pyexcel_xls python3-pyexcel-xls xmlschema python3-xmlschema +Levenshtein python3-levenshtein