From b9d1d8718834f7287e5a65373b952cbfe9ce83fe Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 30 Mar 2018 15:40:43 -0700 Subject: [PATCH] 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 Signed-off-by: Armin Kuster --- .../python/{python3-pytest_3.4.1.bb => python3-pytest_3.4.2.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-python/recipes-devtools/python/{python3-pytest_3.4.1.bb => python3-pytest_3.4.2.bb} (100%) diff --git a/meta-python/recipes-devtools/python/python3-pytest_3.4.1.bb b/meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-pytest_3.4.1.bb rename to meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb