From 89de8b98932051af4d48af930add51599fa852cc Mon Sep 17 00:00:00 2001
From: Ark74 <ark@switnet.org>
Date: Fri, 3 Feb 2023 07:24:48 -0600
Subject: [PATCH] virtnbdbackup: fix python supported version.

---
 helpers/make-virtnbdbackup | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/make-virtnbdbackup b/helpers/make-virtnbdbackup
index 8849cedbb..7bfc7e34a 100644
--- a/helpers/make-virtnbdbackup
+++ b/helpers/make-virtnbdbackup
@@ -21,9 +21,10 @@ VERSION=0
 EXTERNAL='deb-src http://ftp.us.debian.org/debian testing main'
 REPOKEY=04EE7237B7D453EC
 BACKPORTS=true
-
 . ./config
 
+# Set on a supported python version
+sed -i "s|X-Python3-Version:.*|X-Python3-Version: >= 3.10|" debian/control
 
 changelog "Imported into Trisquel"
 compile
-- 
GitLab