python3-black: Extend to native and nativesdk

python3-pytest-examples is built for native and nativesdk and RDEPENDS on
python3-black, but black itself was never extended, so parsing universe warns:

  WARNING: Nothing RPROVIDES 'nativesdk-python3-black' (but
  virtual:nativesdk:...python3-pytest-examples_0.0.18.bb RDEPENDS on or
  otherwise requires it)
  WARNING: Nothing RPROVIDES 'python3-black-native' (but
  virtual:native:...python3-pytest-examples_0.0.18.bb RDEPENDS on or
  otherwise requires it)

and both python3-pytest-examples-native and nativesdk-python3-pytest-examples
end up unbuildable and get dropped.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Khem Raj
2026-07-29 07:27:56 +02:00
committed by Khem Raj
parent 6ac6d8adbf
commit 7e38d9fe84
@@ -24,3 +24,5 @@ RDEPENDS:${PN} = " \
python3-typing-extensions \
python3-pytokens \
"
BBCLASSEXTEND = "native nativesdk"