diff options
author | Derek Straka <derek@asterius.io> | 2017-06-16 16:02:09 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-19 19:30:44 +0200 |
commit | af0e31c58a381c2478435e8d015c142bab58c452 (patch) | |
tree | 0195f2d75839f8b446213b633a01a74b945d5da1 /meta-python/recipes-devtools/python/python-pytest.inc | |
parent | 09fad74390ca42c059e3fd9bea72dcc09ad8f42c (diff) | |
download | meta-openembedded-af0e31c58a381c2478435e8d015c142bab58c452.tar.gz |
python-pytest: update to version 3.1.2
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc index c9c9bbf9c1..282683856f 100644 --- a/meta-python/recipes-devtools/python/python-pytest.inc +++ b/meta-python/recipes-devtools/python/python-pytest.inc | |||
@@ -2,8 +2,8 @@ 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] = "6639592fa430567d024189f097fcdbd7" | 5 | SRC_URI[md5sum] = "c4d179f89043cc925e1c169d03128e02" |
6 | SRC_URI[sha256sum] = "643434a9f1a188271da35e20064cb8b6c5440976c5bb541dc7b5b0e3cf75d940" | 6 | SRC_URI[sha256sum] = "795ec29fbba70b22a593691ce8bcd4bdde2dc96e8099731f73c7d8bb3ce879bf" |
7 | 7 | ||
8 | RDEPENDS_${PN}_class-target += " \ | 8 | RDEPENDS_${PN}_class-target += " \ |
9 | ${PYTHON_PN}-argparse \ | 9 | ${PYTHON_PN}-argparse \ |