diff options
author | Derek Straka <derek@asterius.io> | 2016-10-13 18:36:48 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-25 15:31:14 +0200 |
commit | 3f000b5bf313df4735edb3108bae5d9c0868feaf (patch) | |
tree | 2a04e2a8c43be91aef229f1ad36d4249266e1e39 | |
parent | f35e4e6e037897cc03a8a991f5eb8e73c4c91b57 (diff) | |
download | meta-openembedded-3f000b5bf313df4735edb3108bae5d9c0868feaf.tar.gz |
python-pytest: update to version 3.0.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python-pytest_2.9.1.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb) | 0 |
3 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 4877358f2e..454939e3bb 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] = "05165740ea50928e4e971378630163ec" | 5 | SRC_URI[md5sum] = "6e736a6d7bc854b25d44a60bcba5f2f9" |
6 | SRC_URI[sha256sum] = "0d48d27a127644fbe7c8158157e08b35f8255045d4476df694b91eb3a8147e65" | 6 | SRC_URI[sha256sum] = "e82bc0596ee96b2287c08705cfcb6898db1fe4b5c87db3b6823f1fdd77fb3ff1" |
7 | 7 | ||
8 | RDEPENDS_${PN} = " \ | 8 | RDEPENDS_${PN} = " \ |
9 | ${PYTHON_PN}-argparse \ | 9 | ${PYTHON_PN}-argparse \ |
diff --git a/meta-python/recipes-devtools/python/python-pytest_2.9.1.bb b/meta-python/recipes-devtools/python/python-pytest_3.0.1.bb index d322f09b24..d322f09b24 100644 --- a/meta-python/recipes-devtools/python/python-pytest_2.9.1.bb +++ b/meta-python/recipes-devtools/python/python-pytest_3.0.1.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb b/meta-python/recipes-devtools/python/python3-pytest_3.0.1.bb index 466cfa8253..466cfa8253 100644 --- a/meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest_3.0.1.bb | |||