From 0a1414e97861f516e250f50cfe599eec32930f51 Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Mon, 16 May 2022 14:42:14 +0200 Subject: [PATCH] debian: declare python3-levenshtein package dependency (#65288) --- debian/control | 1 + debian/py3dist-overrides | 1 + 2 files changed, 2 insertions(+) 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