Changeset 103051 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jan 25, 2024 8:08:25 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/common/vboxapisetup.py
r103028 r103051 276 276 fInvokeSetupTools = True # Invoke setuptools as a last resort. 277 277 else: # Python 2.7.x + Python < 3.6 legacy cruft. 278 from distutils.core import setup # pylint: disable=deprecated-module 278 279 fInvokeSetupTools = True 279 280
Note:
See TracChangeset
for help on using the changeset viewer.