[vbox-dev] [PATCH] support for newer python
Frank Batschulat
frank.batschulat at oracle.com
Thu Oct 17 11:30:29 UTC 2019
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
>
>
>
>
> _______________________________________________
> vbox-dev mailing list
> vbox-dev at virtualbox.org
> https://www.virtualbox.org/mailman/listinfo/vbox-dev
>
--
frankB
Oracle Virtualbox Development
More information about the vbox-dev
mailing list