On Tue, May 11, 2021 at 8:04 PM Khem Raj <raj.k...@gmail.com> wrote:
>
> add it to test packagegroup as well in a followup please.
>
> On 5/11/21 10:13 AM, Bartosz Golaszewski wrote:
> > Add a recipe for building pycocotools - a Python wrapper for cocapi.
> >
> > Signed-off-by: Bartosz Golaszewski <b...@bgdev.pl>
> > ---
> >   .../python/python3-pycocotools_2.0.2.bb           | 15 +++++++++++++++
> >   1 file changed, 15 insertions(+)
> >   create mode 100644 
> > meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb
> >
> > diff --git 
> > a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb 
> > b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb
> > new file mode 100644
> > index 000000000..4821c313e
> > --- /dev/null
> > +++ b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb
> > @@ -0,0 +1,15 @@
> > +SUMMARY = "COCO is a large image dataset designed for object detection, 
> > segmentation, \
> > +           person keypoints detection, stuff segmentation, and caption 
> > generation."
> > +LICENSE = "BSD-2-Clause"
> > +LIC_FILES_CHKSUM = 
> > "file://pycocotools/coco.py;beginline=45;endline=45;md5=12cb539683cf245df8b6ce782d78f647"
> > +
> > +inherit setuptools3 pypi
> > +
> > +SRC_URI[md5sum] = "33858f23c8b99ce8116b70c32f6b6dd9"
> > +SRC_URI[sha256sum] = 
> > "24717a12799b4471c2e54aa210d642e6cd4028826a1d49fcc2b0e3497e041f1a"
> > +
> > +DEPENDS = "python3-cython-native \
> > +           python3-numpy-native \
> > +           libxcrypt"
> > +
> > +RDEPENDS_${PN} = "python3-matplotlib python3-pillow python3-profile"
> >

Hi Khem,

It looks like only the follow-up patch made its way into the
master-next branch but not the recipe itself. Could you please check
it?

Thanks,
Bartosz
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91291): 
https://lists.openembedded.org/g/openembedded-devel/message/91291
Mute This Topic: https://lists.openembedded.org/mt/82752092/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to