mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
recipes: blacklist recipes runtime depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user