[oe-commits] [meta-openembedded] 08/12: python3-cmd2: Add to blacklist

git at git.openembedded.org git at git.openembedded.org
Sat Sep 7 18:29:23 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 48471748f3f892949a70012a4f9efcdc7407f4e6
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Sep 7 10:23:11 2019 -0700

    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 at gmail.com>
---
 meta-python/recipes-devtools/python/python3-cmd2_0.9.16.bb | 1 +
 1 file changed, 1 insertion(+)

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 f5c5c7e..594e93d 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)"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list