diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-08 15:44:26 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-08 09:03:54 -0800 |
commit | 94202316e615fe53940c55052c176e6adda4b283 (patch) | |
tree | 728b724985dbf707a4f42eb8b84bbe1cf41b1e18 /meta-python/recipes-devtools/python/python-pytest_5.2.2.bb | |
parent | eba1ee4578d6861df43f9b998031717fa515760d (diff) | |
download | meta-openembedded-94202316e615fe53940c55052c176e6adda4b283.tar.gz |
python-pytest: upgrade 5.2.1 -> 5.2.2
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest_5.2.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest_5.2.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest_5.2.2.bb b/meta-python/recipes-devtools/python/python-pytest_5.2.2.bb new file mode 100644 index 0000000000..39e50aca97 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest_5.2.2.bb | |||
@@ -0,0 +1,9 @@ | |||
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 | " | ||
9 | ALTERNATIVE_PRIORITY = "10" | ||