]> git.pld-linux.org Git - packages/vde2.git/blame - python3.patch
- argh, don't name python3 modules as python-
[packages/vde2.git] / python3.patch
CommitLineData
d32f71a6
MK
1diff -ur vde2-2.3.2.orig/configure.ac vde2-2.3.2/configure.ac
2--- vde2-2.3.2.orig/configure.ac 2011-11-23 17:41:19.000000000 +0100
3+++ vde2-2.3.2/configure.ac 2023-07-23 23:25:48.994431962 +0200
4@@ -192,7 +192,7 @@
5
6 if test x"$enable_python" = x"yes"; then
7 # check python
8- AM_PATH_PYTHON([2.5])
9+ AM_PATH_PYTHON([3])
10 AC_PATH_PROG(PYTHON_CONFIG, python$PYTHON_VERSION-config)
11 if test x"$PYTHON_CONFIG" = x""; then
12 AC_PATH_PROG(PYTHON_CONFIG, python-config)
13diff -ur vde2-2.3.2.orig/src/lib/python/VdePlug.py vde2-2.3.2/src/lib/python/VdePlug.py
14--- vde2-2.3.2.orig/src/lib/python/VdePlug.py 2011-11-23 17:41:17.000000000 +0100
15+++ vde2-2.3.2/src/lib/python/VdePlug.py 2023-07-23 23:38:52.517525533 +0200
16@@ -1,4 +1,4 @@
17-#!/usr/bin/python
18+#!/usr/bin/python3
19
20 '''
21
This page took 0.130156 seconds and 4 git commands to generate.