All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Andreas Oberritter <obi@opendreambox.org>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH 4/5] meta-oe: Remove using python2
Date: Mon, 20 Jan 2020 07:36:59 -0800	[thread overview]
Message-ID: <CAMKF1sq_Zqf520iuoLba5dW7_XcZhoRFwzt3yhpnorcSF4sDMw@mail.gmail.com> (raw)
In-Reply-To: <20200120142025.7ee3bc42@opendreambox.org>

On Mon, Jan 20, 2020 at 5:20 AM Andreas Oberritter <obi@opendreambox.org> wrote:
>
> Hi Khem,
>
> On Sun, 19 Jan 2020 16:35:26 -0800
> Khem Raj <raj.khem@gmail.com> wrote:
>
> > diff --git a/meta-oe/recipes-devtools/python/python-jsmin_2.2.2.bb b/meta-oe/recipes-devtools/python/python-jsmin_2.2.2.bb
> > index d00d1e2a08..ab657e6f08 100644
> > --- a/meta-oe/recipes-devtools/python/python-jsmin_2.2.2.bb
> > +++ b/meta-oe/recipes-devtools/python/python-jsmin_2.2.2.bb
> > @@ -4,7 +4,7 @@ SECTION = "devel/python"
> >  LICENSE = "MIT"
> >  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3a3301ce2ad647e172f4a1016c67324d"
> >
> > -inherit setuptools pypi
> > +inherit setuptools3 pypi
> >  SRC_URI[md5sum] = "00e7a3179a4591aab2ee707b3214e2fd"
> >  SRC_URI[sha256sum] = "b6df99b2cd1c75d9d342e4335b535789b8da9107ec748212706ef7bbe5c2553b"
> >
>
> You added python3-jsmin in patch 1/5, so you'd better just remove python-jsmin.
>

yes right.

> > diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.34.0.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.34.0.bb
> > index 0cbd07f666..af95e327c4 100644
> > --- a/meta-oe/recipes-devtools/python/python-pygobject_3.34.0.bb
> > +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.34.0.bb
> > @@ -5,9 +5,9 @@ LICENSE = "LGPLv2.1"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
> >
> >  GNOMEBASEBUILDCLASS = "meson"
> > -inherit gnomebase gobject-introspection distutils-base upstream-version-is-even
> > +inherit gnomebase gobject-introspection distutils3-base upstream-version-is-even
> >
> > -DEPENDS += "python glib-2.0"
> > +DEPENDS += "python3 glib-2.0"
> >
> >  SRCNAME = "pygobject"
> >  SRC_URI = " \
>
> Rename to python3-pygobject?
>

yes

> > diff --git a/meta-oe/recipes-devtools/python/python-which_1.1.0.bb b/meta-oe/recipes-devtools/python/python-which_1.1.0.bb
> > index 901fdc7637..67488acd33 100644
> > --- a/meta-oe/recipes-devtools/python/python-which_1.1.0.bb
> > +++ b/meta-oe/recipes-devtools/python/python-which_1.1.0.bb
> > @@ -4,7 +4,7 @@ SECTION = "devel/python"
> >  LICENSE = "MIT"
> >  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=030b09798681482b9ad12ac47be496ea"
> >
> > -inherit setuptools pypi python-dir
> > +inherit setuptools3 pypi python3-dir
> >
> >  SRCREV = "425bdeeb2d87c36e2313dc4b8d69ff2bb5a02ee9"
> >  PYPI_SRC_URI = "git://github.com/trentm/which"
>
> python3-which?
>

which is py2 only there is which available in py3 already. I will just delete it

> Best regards,
> Andreas


  reply	other threads:[~2020-01-20 15:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-20  0:35 [PATCH 1/5] python3-pytoml,python3-jsmin: Add recipes Khem Raj
2020-01-20  0:35 ` [PATCH 2/5] meta-python: Delete python2 recipes Khem Raj
2020-01-20  0:35 ` [PATCH 3/5] meta-networking: Remove using python2 Khem Raj
2020-01-20 13:14   ` Andreas Oberritter
2020-01-20 15:35     ` Khem Raj
2020-01-20  0:35 ` [PATCH 4/5] meta-oe: " Khem Raj
2020-01-20 13:20   ` Andreas Oberritter
2020-01-20 15:36     ` Khem Raj [this message]
2020-01-20  0:35 ` [PATCH 5/5] cherokee: Use python3 native during build Khem Raj
2020-01-20  1:04 ` [PATCH 1/5] python3-pytoml,python3-jsmin: Add recipes Andreas Müller
2020-01-20  2:18   ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMKF1sq_Zqf520iuoLba5dW7_XcZhoRFwzt3yhpnorcSF4sDMw@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=obi@opendreambox.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.