diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-22 16:01:25 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:27:38 +0200 |
commit | 9dda62361853eb8af03587b7b6261dec81752af7 (patch) | |
tree | 438399e3f50d4f09ca46109db764e7a7849c9f6d /meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb | |
parent | 1d68defca0ddf4225da978bd7a2f36cee6cf89da (diff) | |
download | meta-openembedded-9dda62361853eb8af03587b7b6261dec81752af7.tar.gz |
python-pytest: Extend support to python 3
- Add Python 3 recipe
- Add native and nativesdk to BBCLASSEXTEND
- Change code style for RDEPENDS
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb b/meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb new file mode 100644 index 0000000000..466cfa8253 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-pytest.inc | ||