diff options
author | Derek Straka <derek@asterius.io> | 2018-02-10 09:32:20 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-23 20:27:01 -0800 |
commit | dc84846c6135779aa7fe6ba1f50da3d675e277aa (patch) | |
tree | 1ea8b00a308ace1299fc8f89862d65aa7e738faf /meta-python/recipes-devtools/python/python-pytest_3.4.0.bb | |
parent | f57ad0fcb4f7b3e8c48c75b01da2871c2dc65b2a (diff) | |
download | meta-openembedded-dc84846c6135779aa7fe6ba1f50da3d675e277aa.tar.gz |
python-pytest: update to version 3.4.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest_3.4.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest_3.4.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest_3.4.0.bb b/meta-python/recipes-devtools/python/python-pytest_3.4.0.bb new file mode 100644 index 0000000000..201ab050cd --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest_3.4.0.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-pytest.inc | ||
3 | |||
4 | RDEPENDS_${PN}_class-target += " \ | ||
5 | ${PYTHON_PN}-argparse \ | ||
6 | ${PYTHON_PN}-compiler \ | ||
7 | ${PYTHON_PN}-funcsigs \ | ||
8 | " | ||