summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-httpx_0.35.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-httpx_0.35.0.bb b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.35.0.bb
new file mode 100644
index 0000000000..a419f8841e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.35.0.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Send responses to httpx."
2HOMEPAGE = "https://github.com/Colin-b/pytest_httpx"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=80d06bde9296c367ea063b11e9518842"
5RECIPE_MAINTAINER = "Tom Geelen <t.f.g.geelen@gmail.com>"
6
7SRC_URI[sha256sum] = "d619ad5d2e67734abfbb224c3d9025d64795d4b8711116b1a13f72a251ae511f"
8
9inherit pypi python_setuptools_build_meta ptest-python-pytest
10
11DEPENDS += "python3-setuptools-scm-native"
12
13RDEPENDS:${PN} += "\
14 python3-httpx (>=0.28) \
15 python3-pytest (>=8) \
16"
17
18RDEPENDS:${PN}-ptest += "\
19 python3-pytest-cov \
20 python3-pytest-asyncio \
21"
22
23PYPI_PACKAGE = "pytest_httpx"
24UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"