2022-01-03 12:09 (UTC-0500), Lance Richardson: > Python 3.5 subprocess.run() does not have a capture_output > parameter (it is present only in 3.7 and up). Capture output > by using subprocess.PIPE for stdout instead. > > Fixes: bb9cd91095b3 ("buildtools: make AVX512 check portable") > Cc: sta...@dpdk.org > Signed-off-by: Lance Richardson <lance.richard...@broadcom.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com>