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-pymisp_2.4.54.bb | 4 ++++ meta-python/recipes-devtools/python/python3-requests_2.13.0.bb | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb index 4523d9e30a..582d01d592 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb @@ -1,2 +1,6 @@ inherit pypi setuptools3 require python-pymisp.inc + +PNBLACKLIST[python3-pymisp] ?= "Runtime depends on blacklisted python3-pymisp" + +PNBLACKLIST[python3-pymisp] ?= "Runtime depends on blacklisted python3-pymisp-dev" 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