buildtools: fix archive extraction for Python 3.5
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Mon, 25 Jan 2021 22:12:49 +0000 (01:12 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 25 Jan 2021 23:40:35 +0000 (00:40 +0100)
commita38eae8efae8a729c39b1dc85cab0325b27062b3
tree1e7b0d0e81ee030d30060a4358b9f284efeaa05f
parent65ef14c576bccf74acb9ee7da11e8ea98de8fabc
buildtools: fix archive extraction for Python 3.5

Python 3.5 subprocess.run() has no capture_output parameter.
Use subprocess.PIPE available in all versions.

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
buildtools/gen-pmdinfo-cfile.py