diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb')
-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 ac6f8e8313..bad3df11ae 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 | |||
@@ -9,12 +9,10 @@ SRC_URI = " \ | |||
9 | git://github.com/pytest-dev/pytest-mock;branch=main;protocol=https \ | 9 | git://github.com/pytest-dev/pytest-mock;branch=main;protocol=https \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | file://0001-test_pytest_mock-skip-args-introspection-tests.patch \ | 11 | file://0001-test_pytest_mock-skip-args-introspection-tests.patch \ |
12 | file://403.patch \ | ||
12 | " | 13 | " |
13 | |||
14 | SRCREV = "69adc6f76c1a7baf4e7a728da9eec38741d5783e" | 14 | SRCREV = "69adc6f76c1a7baf4e7a728da9eec38741d5783e" |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f" | ||
17 | |||
18 | inherit setuptools3 ptest | 16 | inherit setuptools3 ptest |
19 | 17 | ||
20 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 18 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |