diff mbox series

[oe,meta-python,3/3] python3-cmd2: Add to blacklist

Message ID 20190907173102.35561-3-raj.khem@gmail.com
State Accepted
Commit 48471748f3f892949a70012a4f9efcdc7407f4e6
Headers show
Series [oe,nodejs,1/3] nodejs: Mark incompatible with risc-v | expand

Commit Message

Khem Raj Sept. 7, 2019, 5:31 p.m. UTC
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 <raj.khem@gmail.com>

---
 meta-python/recipes-devtools/python/python3-cmd2_0.9.16.bb | 1 +
 1 file changed, 1 insertion(+)

-- 
2.23.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

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)"