From 0fe18c01f3029751acf292a27b8e667d35e732d8 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 7 Nov 2023 08:12:40 +0100 Subject: python3-pytest-mock: Only set SRCREV once Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb b/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb index f95ebecdda..ac6f8e8313 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb @@ -11,7 +11,7 @@ SRC_URI = " \ file://0001-test_pytest_mock-skip-args-introspection-tests.patch \ " -SRCREV ?= "d3e73f2e93f7b93eba0a36e17e43bafd969da4fe" +SRCREV = "69adc6f76c1a7baf4e7a728da9eec38741d5783e" SRC_URI[sha256sum] = "fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f" @@ -32,5 +32,3 @@ do_install_ptest() { install -d ${D}${PTEST_PATH}/tests cp -rf ${S}/tests ${D}${PTEST_PATH}/ } - -SRCREV = "69adc6f76c1a7baf4e7a728da9eec38741d5783e" -- cgit v1.2.3-54-g00ecf