]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
package: Use shlex instead of deprecated pipe
authorOla x Nilsson <olani@axis.com>
Thu, 13 Apr 2023 06:46:32 +0000 (08:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Apr 2023 15:44:22 +0000 (16:44 +0100)
commit47731e0f7d9e92db39a3d551fe50df69c1cc6d6a
tree864a4438507d30d87d17009b6458a49fb10b86ea
parent5f33c7b99a991c380d1813da8248ba5470ca4d4e
package: Use shlex instead of deprecated pipe

The pipe library is deprecated in Python 3.11 and will be removed in
Python 3.13.  pipe.quote is just an import of shlex.quote anyway.

Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/lib/oe/package.py