[vbox-dev] [PATCH] support for newer python

Gianfranco Costamagna locutusofborg at debian.org
Thu Oct 17 10:52:59 GMT 2019


Hello, this patch was scheduled for merging some time ago, but never hit newer releases...Can you please give another try?
MIT licensed, as usual
Description: add python 3.7m as a supported version
Author: Michael Hudson-Doyle <michael.hudson at ubuntu.com>
Origin: vendor
Last-Update: 2018-07-12
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/configure
+++ b/configure
@@ -1982,7 +1982,7 @@
 }
 EOF
   found=
-  SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m python3.6 python3.6m"
+  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.8m"
   for p in $PYTHONDIR; do
     for d in $SUPPYTHONLIBS; do
       for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20191017/4d391745/attachment.html>


More information about the vbox-dev mailing list