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

2021-08-10 Thread Yuwei Chen
Hi Robinson, When we doing the internal test, the issue is found that py27 is blocked by this patch. You can reproduce the error with below steps: For Linux: [Error Reproduce steps] $ export PYTHON3_ENABLE=FALSE $ export PYTHON_COMMAND=/usr/bin/python2.7 $ build -p OvmfPkg/OvmfPkgIa32X64.dsc -

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 This ad