aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-07 10:23:11 -0700
committerKhem Raj <raj.khem@gmail.com>2019-09-07 10:40:01 -0700
commit48471748f3f892949a70012a4f9efcdc7407f4e6 (patch)
tree956cc7225eccfb4b0f923fa6f3d5950330d373a1
parentfb34a7c583b40c7dd44db01be92b6630caf4cd0f (diff)
downloadmeta-openembedded-contrib-48471748f3f892949a70012a4f9efcdc7407f4e6.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-cmd2_0.9.16.bb1
1 files changed, 1 insertions, 0 deletions
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)"