diff options
author | Derek Straka <derek@asterius.io> | 2016-11-30 12:57:38 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-09 12:02:15 +0100 |
commit | f44e54116e0c1240aa3d1f1ac0ec098a342764f5 (patch) | |
tree | 0ea7618771e91400062fd49ed24cebcdb09e8773 /meta-python/recipes-devtools/python/python-pytest.inc | |
parent | 58ff22a356f8003720ca9fe13749744a2bd02d98 (diff) | |
download | meta-openembedded-f44e54116e0c1240aa3d1f1ac0ec098a342764f5.tar.gz |
python-pytest: update to version 3.0.4
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc index 454939e3bb..27f6c27a90 100644 --- a/meta-python/recipes-devtools/python/python-pytest.inc +++ b/meta-python/recipes-devtools/python/python-pytest.inc | |||
@@ -2,10 +2,10 @@ SUMMARY = "Simple powerful teting with python" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d8a5609608d9a5a180705b0fa298ae01" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d8a5609608d9a5a180705b0fa298ae01" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "6e736a6d7bc854b25d44a60bcba5f2f9" | 5 | SRC_URI[md5sum] = "0fbf3cf9f127ae34300e2c8bb002b6a6" |
6 | SRC_URI[sha256sum] = "e82bc0596ee96b2287c08705cfcb6898db1fe4b5c87db3b6823f1fdd77fb3ff1" | 6 | SRC_URI[sha256sum] = "879fee2c1fdbaacd1bf2c0047677c6dd4aee05b9c1e64330b34d130a584fa40d" |
7 | 7 | ||
8 | RDEPENDS_${PN} = " \ | 8 | RDEPENDS_${PN}_class-target += " \ |
9 | ${PYTHON_PN}-argparse \ | 9 | ${PYTHON_PN}-argparse \ |
10 | ${PYTHON_PN}-debugger \ | 10 | ${PYTHON_PN}-debugger \ |
11 | ${PYTHON_PN}-json \ | 11 | ${PYTHON_PN}-json \ |