diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-28 09:13:41 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-28 05:36:00 -0800 |
commit | fd5231a5445f0a61d3a7678d1980a94dc1c80544 (patch) | |
tree | cf2607f0fa8f2b47ff9ce3627012795302ce6e45 /bitbake/lib/bb/exceptions.py | |
parent | 1e93d7555fe898400980b29987036a83331e0eaa (diff) | |
download | poky-fd5231a5445f0a61d3a7678d1980a94dc1c80544.tar.gz |
bitbake: fetch2/git: Use quote from shlex, not pipes
The pipes module is removed in python 3.13. It was already using the
quote function from shlex so use that directly instead.
The module already imports shlex too so it is an easy substitution.
(Bitbake rev: 70bd343fb273ad174e56d08c8b80c5594501e030)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'bitbake/lib/bb/exceptions.py')
0 files changed, 0 insertions, 0 deletions