]> git.pld-linux.org Git - packages/VirtualBox.git/blob - python3.patch
- up to 7.0.10, switch to python 3
[packages/VirtualBox.git] / python3.patch
1 --- VirtualBox-7.0.10/configure~        2023-09-06 15:45:03.000000000 +0200
2 +++ VirtualBox-7.0.10/configure 2023-09-06 15:48:44.766964239 +0200
3 @@ -2173,7 +2173,7 @@
4  }
5  EOF
6    found=
7 -  SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m python3.8 python3.9 python3.10 python3.11 python3.12"
8 +  SUPPYTHONLIBS="python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m python3.8 python3.9 python3.10 python3.11 python3.12"
9    for p in $PYTHONDIR; do
10      for d in $SUPPYTHONLIBS; do
11        for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do
This page took 0.030842 seconds and 4 git commands to generate.