From 7f3176f6288516fb79378c3e6ec4c03fa1a8c98d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 11 Feb 2017 19:33:14 +0100 Subject: recipes: blacklist recipes runtime depending on blacklisted recipes Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-requests_2.13.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-requests_2.13.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-requests_2.13.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.13.0.bb index 5e869b7883..bbfbfeb8a8 100644 --- a/meta-python/recipes-devtools/python/python3-requests_2.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests_2.13.0.bb @@ -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" -- cgit v1.2.3-54-g00ecf