Skip to content
Snippets Groups Projects
Commit eed30ae0 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

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

parent 057509e6
No related branches found
No related tags found
1 merge request!1417virtnbdbackup: drop target specific python3 version instead use generic v3 one.
#!/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.10|" debian/control
sed -i "/PYBUILD_INTERPRETERS/s|python3.11|python3.10|" debian/rules
changelog "Imported into Trisquel"
package
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment