diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-requests_2.13.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-requests_2.13.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
3 | 3 | ||
4 | # Add the runtime depends for selectors.py | 4 | # Add the runtime depends for selectors.py |
5 | RDEPENDS_${PN} += "${PYTHON_PN}-misc" | 5 | RDEPENDS_${PN} += "${PYTHON_PN}-misc" |
6 | |||
7 | PNBLACKLIST[python3-requests] ?= "Runtime depends on blacklisted python3-ndg-httpsclient" | ||
8 | |||
9 | PNBLACKLIST[python3-requests] ?= "Runtime depends on blacklisted python3-requests-dev" | ||