mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
10 lines
314 B
BlitzBasic
10 lines
314 B
BlitzBasic
inherit pypi setuptools3
|
|
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"
|