audk/BaseTools/Source/Python/UPT
Cole 0b1b0a9674 python: Replace distutils.utils.split_quotes with shlex.split
distutils is deprecated and may be removed in python 3.12.
Use shlex.split which has been around since python 2.3.

shlex.split does not split on all the ASCII control characters that
split_quoted will[1], but for edk2 usage I don't think that matters.

[1] https://stackoverflow.com/questions/54999301/what-is-the-difference-between-distutils-util-split-quoted-and-shlex-split

Signed-off-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
2021-08-02 03:09:59 +00:00
..
Core BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
GenMetaFile BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
Library python: Replace distutils.utils.split_quotes with shlex.split 2021-08-02 03:09:59 +00:00
Logger BaseTools: Fix various typos 2019-07-08 08:59:29 +08:00
Object BaseTools: Fix various typos 2019-07-08 08:59:29 +08:00
Parser BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
PomAdapter BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
UnitTest BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
Xml BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
BuildVersion.py BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
InstallPkg.py BaseTools:Update mailing list address in BaseTools error messages 2019-05-22 09:15:55 +08:00
InventoryWs.py BaseTools:Update mailing list address in BaseTools error messages 2019-05-22 09:15:55 +08:00
MkPkg.py BaseTools:Update mailing list address in BaseTools error messages 2019-05-22 09:15:55 +08:00
ReplacePkg.py BaseTools:Update mailing list address in BaseTools error messages 2019-05-22 09:15:55 +08:00
RmPkg.py BaseTools:Update mailing list address in BaseTools error messages 2019-05-22 09:15:55 +08:00
TestInstall.py BaseTools:Update mailing list address in BaseTools error messages 2019-05-22 09:15:55 +08:00
UPT.py BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00