diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-01-02 22:09:27 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-03 13:56:00 -0800 |
| commit | fbc8846561bab2e63e2ce0a2f90359c768f87084 (patch) | |
| tree | e935c57fbf51a8692352c2aaae072845e9fece11 /meta-python/recipes-devtools/python/python-pytest_5.3.2.bb | |
| parent | 4ed7c66083c7196bf26c264b4cf41f88285f9ceb (diff) | |
| download | meta-openembedded-fbc8846561bab2e63e2ce0a2f90359c768f87084.tar.gz | |
python-pytest: upgrade 5.2.1 -> 5.3.2
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest_5.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pytest_5.3.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest_5.3.2.bb b/meta-python/recipes-devtools/python/python-pytest_5.3.2.bb new file mode 100644 index 0000000000..39e50aca97 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest_5.3.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" | ||
