From 56f9caeec7852b8a3185c5b6d9bb80fe4fc07d8c Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 30 Mar 2018 15:33:08 -0700 Subject: python3-pytest: fix broken fetch (3.4.1 -> 3.4.2) Fixes: 99d18a6bc1a915ef5f07116e0fe684f56825a165 In above commit, only the python2 recipe was updated, but python3 recipe also uses the SRC_URI from python-pytest.inc and is currently broken (do_fetch). Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-pytest_3.4.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest_3.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb diff --git a/meta-python/recipes-devtools/python/python3-pytest_3.4.1.bb b/meta-python/recipes-devtools/python/python3-pytest_3.4.1.bb deleted file mode 100644 index 466cfa8253..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest_3.4.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pytest.inc diff --git a/meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb b/meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb new file mode 100644 index 0000000000..466cfa8253 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pytest.inc -- cgit 1.2.3-korg