[oe] [meta-python][PATCH] python(3)-requests: add DEPENDS_class-native

Kolbus, Peter Peter.Kolbus at garmin.com
Wed Dec 18 21:03:28 UTC 2019



> -----Original Message-----
> From: Khem Raj <raj.khem at gmail.com>
> Sent: Wednesday, December 18, 2019 2:56 PM
> To: Kolbus, Peter <Peter.Kolbus at garmin.com>; openembedded-
> devel at lists.openembedded.org
> Subject: Re: [oe] [meta-python][PATCH] python(3)-requests: add
> DEPENDS_class-native
> 
> CAUTION - EXTERNAL EMAIL: Do not click any links or open any attachments
> unless you trust the sender and know the content is safe.
> 
> 
> Hi Peter
> 
> On 12/18/19 12:13 PM, Peter Kolbus wrote:
> > Change-Id: Ie8bd80d56da599b29430da65b303d69bba43fdda
> 
> Is this gerrit tag useful for you once upstreamed ? I ask because in general this
> will be redundant information that I would prefer to not have in logs.
> 

This tag isn't needed; you're welcome to remove from this and the other patches I sent (or, let me know if I need to submit v2 patches). I'll take care that it's not present in future patches.
 

> > ---
> >   .../recipes-devtools/python/python-requests.inc        | 10 ++++++++++
> >   1 file changed, 10 insertions(+)
> >
> > diff --git a/meta-python/recipes-devtools/python/python-requests.inc
> > b/meta-python/recipes-devtools/python/python-requests.inc
> > index 5fe5dc21f..ea2983821 100644
> > --- a/meta-python/recipes-devtools/python/python-requests.inc
> > +++ b/meta-python/recipes-devtools/python/python-requests.inc
> > @@ -23,6 +23,16 @@ RDEPENDS_${PN} += " \
> >       ${PYTHON_PN}-idna \
> >   "
> >
> > +DEPENDS_class-native += " \
> > +    ${PYTHON_PN}-ndg-httpsclient-native \
> > +    ${PYTHON_PN}-pyasn1-native \
> > +    ${PYTHON_PN}-pyopenssl-native \
> > +    ${PYTHON_PN}-pysocks-native \
> > +    ${PYTHON_PN}-urllib3-native \
> > +    ${PYTHON_PN}-chardet-native \
> > +    ${PYTHON_PN}-idna-native \
> > +"
> > +
> >   CVE_PRODUCT = "requests"
> >
> >   BBCLASSEXTEND = "native nativesdk"
> >



More information about the Openembedded-devel mailing list