diff mbox series

[meta-python,4/4] python3-requests-mock: new recipe

Message ID 20240524174344.2105779-4-t.f.g.geelen@gmail.com
State Accepted
Headers show
Series [meta-python,1/4] python3-pytest-freezer: new recipe | expand

Commit Message

Tom Geelen May 24, 2024, 5:43 p.m. UTC
Mocked responses for the requests library
---
 .../python/python3-requests-mock_1.12.1.bb               | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb b/meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb
new file mode 100644
index 000000000..248526b00
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb
@@ -0,0 +1,9 @@ 
+SUMMARY = "Mocked responses for the requests library"
+HOMEPAGE = "https://github.com/jamielennox/requests-mock"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b2eea41aec0f2973a45e1e45f28aa32"
+
+DEPENDS = "python3-setuptools-scm-native"
+SRC_URI[sha256sum] = "e9e12e333b525156e82a3c852f22016b9158220d2f47454de9cae8a77d371401"
+
+inherit pypi python_setuptools_build_meta