]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
patch.py: Use shlex instead of deprecated pipe
authorOla x Nilsson <olani@axis.com>
Thu, 13 Apr 2023 06:46:31 +0000 (08:46 +0200)
committerSteve Sakoman <steve@sakoman.com>
Tue, 12 Nov 2024 22:11:12 +0000 (14:11 -0800)
commit8eec5c4417301ea3b38e6662e7b29c9071f233e1
treeba64205137783fb4cff4a27f3bb48275ce671f77
parent2400e143477cc93d4698df921bd89ef4b8b4692b
patch.py: 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.

Clean up imports while we're at it.

Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 5f33c7b99a991c380d1813da8248ba5470ca4d4e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oe/patch.py