diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
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 = " \ | |||
11 | file://0001-test_pytest_mock-skip-args-introspection-tests.patch \ | 11 | file://0001-test_pytest_mock-skip-args-introspection-tests.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV ?= "d3e73f2e93f7b93eba0a36e17e43bafd969da4fe" | 14 | SRCREV = "69adc6f76c1a7baf4e7a728da9eec38741d5783e" |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f" | 16 | SRC_URI[sha256sum] = "fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f" |
17 | 17 | ||
@@ -32,5 +32,3 @@ do_install_ptest() { | |||
32 | install -d ${D}${PTEST_PATH}/tests | 32 | install -d ${D}${PTEST_PATH}/tests |
33 | cp -rf ${S}/tests ${D}${PTEST_PATH}/ | 33 | cp -rf ${S}/tests ${D}${PTEST_PATH}/ |
34 | } | 34 | } |
35 | |||
36 | SRCREV = "69adc6f76c1a7baf4e7a728da9eec38741d5783e" | ||