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