virtnbdbackup: fix python supported version.

This commit is contained in:
Ark74 2023-02-03 07:24:48 -06:00
parent be47f8d159
commit 89de8b9893

View file

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