From a31ab74058e58710c430543ed545210407b15fbb Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 24 Oct 2023 14:59:49 +0200 Subject: [PATCH] d/control: add python3-venv as build-dependency Seems to be required since commit 81e2b198a8 ("configure: create a python venv unconditionally"). Signed-off-by: Thomas Lamprecht --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 7e6cd6b..b228c00 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,7 @@ Build-Depends: debhelper-compat (= 13), python3-minimal, python3-sphinx, python3-sphinx-rtd-theme, + python3-venv, quilt, uuid-dev, xfslibs-dev,