From 48471748f3f892949a70012a4f9efcdc7407f4e6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 7 Sep 2019 10:23:11 -0700 Subject: python3-cmd2: Add to blacklist Its missing a rdep(python3-colorama), unless that recipe is added to meta-python, its in blacklist and eventually it will be deleted before zeus release if the rdep is still not submitted Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-cmd2_0.9.16.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-cmd2_0.9.16.bb b/meta-python/recipes-devtools/python/python3-cmd2_0.9.16.bb index f5c5c7e1a3..594e93dcad 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_0.9.16.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_0.9.16.bb @@ -7,3 +7,4 @@ RDEPENDS_${PN} += "\ ${PYTHON_PN}-attrs \ ${PYTHON_PN}-wcwidth \ " +PNBLACKLIST[python3-cmd2] = "Nothing RPROVIDES 'python3-colorama' (but python3-cmd2_0.9.16.bb RDEPENDS on or otherwise requires it)" -- cgit 1.2.3-korg