mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

This commit also change RDEPENDS code style and add python-urllib3 as runtime dependence. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
6 lines
135 B
BlitzBasic
6 lines
135 B
BlitzBasic
inherit pypi setuptools3
|
|
require python-requests.inc
|
|
|
|
# Add the runtime depends for selectors.py
|
|
RDEPENDS_${PN} += "${PYTHON_PN}-misc"
|