meta-openembedded/meta-python/recipes-devtools/python/python-cryptography_1.4.bb
Fabio Berton 559ec4040e python-cryptography: Extend recipe to support Python 3
- 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>
2016-09-05 13:27:36 +02:00

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 \
"