virtnbdbackup: drop target specific python3 version instead use generic v3 one.

This commit is contained in:
Luis Guzmán 2024-07-10 09:08:17 +00:00
parent c86d6c0dd7
commit 3f205c5244

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2023 Luis Guzmán <ark@switnet.org>
# Copyright (C) 2024 Luis Guzmán <ark@switnet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -23,9 +23,5 @@ REPOKEY=6ED0E7B82643E131
BACKPORTS=true
. ./config
# Set on a supported python version
sed -i "s|python3.11|python3.12|" debian/control
sed -i "/PYBUILD_INTERPRETERS/s|python3.11|python3.12|" debian/rules
changelog "Imported into Trisquel"
package