Skip to content

Commit

Permalink
src/poky:bitbake: cooker: Drop sre_constants usage
Browse files Browse the repository at this point in the history
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: 3c0cd401472ffee06d5a93bdba566cb033851fcf)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
rpurdie committed Jun 11, 2022
1 parent 1f85a18 commit b66b38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poky
Submodule poky updated from 614aed to 27915d

0 comments on commit b66b38e

Please sign in to comment.