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

- Add Python 3 recipe - Change DEPENDS and RDEPENDS code style - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
251 B
BlitzBasic
17 lines
251 B
BlitzBasic
inherit pypi setuptools
|
|
require python-cryptography.inc
|
|
|
|
SRC_URI += " \
|
|
file://run-ptest \
|
|
"
|
|
|
|
DEPENDS += " \
|
|
${PYTHON_PN}-enum34 \
|
|
"
|
|
|
|
RDEPENDS_${PN} += " \
|
|
${PYTHON_PN}-contextlib \
|
|
${PYTHON_PN}-enum34 \
|
|
${PYTHON_PN}-ipaddress \
|
|
"
|