summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb
new file mode 100644
index 0000000000..7bd7e4fe8a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb
@@ -0,0 +1,16 @@
1SUMMARY = "pytest plugin for aiohttp support"
2HOMEPAGE = "https://github.com/aio-libs/pytest-aiohttp"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482"
5
6DEPENDS = "python3-setuptools-scm-native"
7
8SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc"
9
10PYPI_PACKAGE = "pytest_aiohttp"
11
12inherit pypi python_setuptools_build_meta
13
14PYPI_PACKAGE = "pytest_aiohttp"
15
16RDEPENDS:${PN} += "python3-aiohttp"