From 559ec4040e9b2841e986a77bdaf7acd21e15937b Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Mon, 22 Aug 2016 16:01:16 -0300 Subject: 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 Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-cryptography/run-ptest | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-cryptography/run-ptest (limited to 'meta-python/recipes-devtools/python/python3-cryptography') diff --git a/meta-python/recipes-devtools/python/python3-cryptography/run-ptest b/meta-python/recipes-devtools/python/python3-cryptography/run-ptest new file mode 100644 index 0000000000..0ba239c2a4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography/run-ptest @@ -0,0 +1,2 @@ +#!/bin/sh +py.test -- cgit 1.2.3-korg