On Sun, 2021-10-17 at 01:41 +0000, Tim Orling wrote: > RDEPENDS on python3-tomli instead of python3-toml > > Cleanup RDEPENDS (common vs. class-target) > > For changes, see: > https://github.com/pypa/setuptools_scm/blob/main/CHANGELOG.rst#632 > > Signed-off-by: Tim Orling <[email protected]> > --- > ..._6.0.1.bb => python3-setuptools-scm_6.3.2.bb} | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > rename meta/recipes-devtools/python/{python3-setuptools-scm_6.0.1.bb => > python3-setuptools-scm_6.3.2.bb} (73%) > > diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_6.0.1.bb > b/meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb > similarity index 73% > rename from meta/recipes-devtools/python/python3-setuptools-scm_6.0.1.bb > rename to meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb > index afbed17a2d..bc594d9620 100644 > --- a/meta/recipes-devtools/python/python3-setuptools-scm_6.0.1.bb > +++ b/meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb > @@ -4,7 +4,7 @@ DESCRIPTION = "setuptools_scm handles managing your Python > package versions in S > LICENSE = "MIT" > LIC_FILES_CHKSUM = > "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" > > -SRC_URI[sha256sum] = > "d1925a69cb07e9b29416a275b9fadb009a23c148ace905b2fb220649a6c18e92" > +SRC_URI[sha256sum] = > "a49aa8081eeb3514eb9728fa5040f2eaa962d6c6f4ec9c32f6c1fba88f88a0f2" > > PYPI_PACKAGE = "setuptools_scm" > inherit pypi setuptools3 > @@ -12,15 +12,15 @@ inherit pypi setuptools3 > UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar" > > RDEPENDS:${PN} = "\ > - ${PYTHON_PN}-debugger \ > - ${PYTHON_PN}-json \ > - ${PYTHON_PN}-py \ > + ${PYTHON_PN}-packaging \ > + ${PYTHON_PN}-pyparsing \ > ${PYTHON_PN}-setuptools \ > - ${PYTHON_PN}-toml \ > + ${PYTHON_PN}-tomli \ > " > -RDEPENDS:${PN}:class-native = "\ > - ${PYTHON_PN}-setuptools-native \ > - ${PYTHON_PN}-toml-native \ > + > +RDEPENDS:${PN}:append:class-target = " \ > + ${PYTHON_PN}-debugger \ > + ${PYTHON_PN}-json \ > " > > BBCLASSEXTEND = "native nativesdk"
I think python3-packaging needs a nativesdk BBCLASSEXTEND for this to work: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2766/steps/13/logs/warnings Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#157034): https://lists.openembedded.org/g/openembedded-core/message/157034 Mute This Topic: https://lists.openembedded.org/mt/86383919/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
