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

Klaus Espenlaub klaus.espenlaub at oracle.com
Thu Nov 7 17:55:44 GMT 2019


.. this is now fixed in trunk, and also backported to 6.0 and 5.2.
Anything after r134516 should have this squashed.

Klaus

On 17.10.2019 13:30, Frank Batschulat wrote:
> Gianfranco, I have a couple of pylint related changes pending
> so I'll pick this one up and add it to the pylint changes.
> 
> On 17.10.19 12:52, Gianfranco Costamagna wrote:
>> 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



More information about the vbox-dev mailing list