All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jeremy Puhlman" <jpuhlman@mvista.com>
To: yocto@yoctoproject.org
Cc: Jeremy Puhlman <jpuhlman@mvista.com>
Subject: [meta-cgl][PATCH 06/20] pacemaker: fix depend issues for py2 removal
Date: Wed, 18 Mar 2020 18:53:07 -0700	[thread overview]
Message-ID: <20200319015321.15525-6-jpuhlman@mvista.com> (raw)
In-Reply-To: <20200319015321.15525-1-jpuhlman@mvista.com>

From: Jeremy Puhlman <jpuhlman@mvista.com>

Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
---
 meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.21.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.21.bb b/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.21.bb
index df02f40..3a8db77 100644
--- a/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.21.bb
+++ b/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.21.bb
@@ -11,7 +11,7 @@ HOMEPAGE = "http://www.clusterlabs.org"
 LICENSE = "GPLv2+ & LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=000212f361a81b100d9d0f0435040663"
 
-DEPENDS = "corosync libxslt libxml2 gnutls resource-agents libqb python-native"
+DEPENDS = "corosync libxslt libxml2 gnutls resource-agents libqb python3-native"
 
 SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=1.1 \
            file://0001-pacemaker-fix-xml-config.patch \
@@ -95,7 +95,7 @@ FILES_${PN} += " ${datadir}/snmp                             \
                  ${libdir}/${PYTHON_DIR}/site-packages \
                "
 FILES_${PN}-dbg += "${libdir}/corosync/lcrso/.debug"
-RDEPENDS_${PN} = "bash python perl libqb ${PN}-cli-utils"
+RDEPENDS_${PN} = "bash python3-core perl libqb ${PN}-cli-utils"
 
 SYSTEMD_AUTO_ENABLE = "disable"
 
-- 
2.13.3


  parent reply	other threads:[~2020-03-19  1:53 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-19  1:53 [meta-cgl][PATCH 01/20] monit: upgrade 5.25.2 -> 5.26.0 Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 02/20] Add zeus to compat list Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 03/20] crmsh: fix parse errors due to python2 removal Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 04/20] pacemaker: " Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 05/20] cluster-glue: fix depend issues for py2 removal Jeremy Puhlman
2020-03-19  1:53 ` Jeremy Puhlman [this message]
2020-03-19  1:53 ` [meta-cgl][PATCH 07/20] cluster-glue: Update to current Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 08/20] resource-agents: Update to 4.5.0 Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 09/20] monit: Lives in meta-oe now, remove Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 10/20] core-image-cgl-*: Move to recipe directory Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 11/20] linux-yocto: Update the append for 5.x Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 12/20] libwww-perl: update to 6.43 Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 13/20] libsocket6-perl: update to 0.29 Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 14/20] libmailtools-perl: update 2.21 Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 15/20] crmsh: Update to 4.20 Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 16/20] ocfs2-tools: update to 1.8.6 Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 17/20] pacemaker: Update to 2.0.3 Jeremy Puhlman
2020-03-25  3:29   ` [yocto] " Chen Qi
2020-03-25  5:06     ` Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 18/20] Update racoon2 to build in dumfell Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 19/20] initramfs-cgl-boot: Do not presume layer is inside corebase Jeremy Puhlman
2020-03-19  1:53 ` [meta-cgl][PATCH 20/20] Move packagegroups to recipes-core for consistancy sake Jeremy Puhlman

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=20200319015321.15525-6-jpuhlman@mvista.com \
    --to=jpuhlman@mvista.com \
    --cc=yocto@yoctoproject.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.