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>
This commit is contained in:
Fabio Berton
2016-08-22 16:01:16 -03:00
committed by Martin Jansa
parent 445e595c9d
commit 559ec4040e
4 changed files with 70 additions and 43 deletions

View File

@@ -0,0 +1,10 @@
inherit pypi setuptools3
require python-cryptography.inc
SRC_URI += " \
file://run-ptest \
"
RDEPENDS_${PN} += " \
${PYTHON_PN}-lang \
"