aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorTom Geelen <t.f.g.geelen@gmail.com>2024-05-24 17:43:48 +0000
committerKhem Raj <raj.khem@gmail.com>2024-05-24 14:31:08 -0700
commitc6cf5fe79ba013e575ecdc833cf9c3cf0730523c (patch)
treec8a420bd17ae4d4a21363db8585576ae28efc2c2 /meta-python
parent1c360127e5b8a36b30ea4bf1af3e552df4f463d7 (diff)
downloadmeta-openembedded-contrib-c6cf5fe79ba013e575ecdc833cf9c3cf0730523c.tar.gz
python3-requests-mock: new recipe
Mocked responses for the requests library Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb9
1 files changed, 9 insertions, 0 deletions
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 0000000000..248526b00b
--- /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