VirtualBox

Changeset 103051 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jan 25, 2024 8:08:25 AM (12 months ago)
Author:
vboxsync
Message:

Installer/Python: Fix for Python 2.7. bugref:10579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/common/vboxapisetup.py

    r103028 r103051  
    276276                    fInvokeSetupTools = True # Invoke setuptools as a last resort.
    277277            else: # Python 2.7.x + Python < 3.6 legacy cruft.
     278                from distutils.core import setup # pylint: disable=deprecated-module
    278279                fInvokeSetupTools = True
    279280
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette