mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 11:02:22 +02:00
python3-packaging: BBCLASSEXTEND nativesdk
python3-setuptools-scm RDEPENDS on it for nativesdk Fixes: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2766/steps/13/logs/warnings (From OE-Core rev: c984ef67f8dff27e0ce24628f28d196cdc76055e) Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
db7c1da81f
commit
836ab3c757
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-setuptools-native"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing"
|
||||
|
||||
Reference in New Issue
Block a user