recipes: blacklist recipes runtime depending on blacklisted recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2017-02-11 19:33:14 +01:00
parent 00ba7da845
commit 7f3176f628
18 changed files with 84 additions and 0 deletions

View File

@@ -3,3 +3,7 @@ require python-requests.inc
# Add the runtime depends for selectors.py
RDEPENDS_${PN} += "${PYTHON_PN}-misc"
PNBLACKLIST[python3-requests] ?= "Runtime depends on blacklisted python3-ndg-httpsclient"
PNBLACKLIST[python3-requests] ?= "Runtime depends on blacklisted python3-requests-dev"