Re: [edk2-devel] [PATCH 0/3] BaseTools: fix some python DeprecationWarnings

2021-08-10 Thread Yuwei Chen
, July 24, 2021 4:02 AM > To: devel@edk2.groups.io > Cc: Cole Robinson > Subject: [edk2-devel] [PATCH 0/3] BaseTools: fix some python > DeprecationWarnings > > This addresses some python DeprecationWarnings that are popping up with > python 3.10 > > Cole Robinson (3):

Re: [edk2-devel] [PATCH 0/3] BaseTools: fix some python DeprecationWarnings

2021-07-25 Thread Bob Feng
This patch set is good to me. Reviewed-by: Bob Feng -Original Message- From: devel@edk2.groups.io On Behalf Of Cole Sent: Saturday, July 24, 2021 4:02 AM To: devel@edk2.groups.io Cc: Cole Robinson Subject: [edk2-devel] [PATCH 0/3] BaseTools: fix some python DeprecationWarnings

[edk2-devel] [PATCH 0/3] BaseTools: fix some python DeprecationWarnings

2021-07-23 Thread Cole
This addresses some python DeprecationWarnings that are popping up with python 3.10 Cole Robinson (3): build: Fix python3.10 threading DeprecationWarnings python: Replace distutils.utils.split_quotes with shlex.split BaseTools: Drop check for distutils.utils