Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bitbake: cooker: Drop sre_constants usage
Source: poky MR: 125004 Type: Integration Disposition: Merged from poky ChangeID: 86e2430d3f40433f978667f15ab6d20d0663e56d Description: As reported by Martin Jansa <Martin.Jansa@gmail.com>: bitbake/lib/bb/cooker.py:16: DeprecationWarning: module 'sre_constants' is deprecated import sre_constants it's deprecated since 3.11 with: python/cpython#91308 The correct replacement for our usage is re.error so use that instead. (Bitbake rev: a4cd5b0b4b355b7b75fb48c61289700e3e908b2a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
- Loading branch information