summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb b/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb
new file mode 100644
index 0000000000..212be0ef8b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb
@@ -0,0 +1,16 @@
1SUMMARY = "Pytest plugin providing a fixture interface for spulec/freezegun"
2HOMEPAGE = "https://github.com/pytest-dev/pytest-freezer"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1661a0f2b9b83ed73b8e05b5683b10d0"
5
6SRC_URI[sha256sum] = "21bf16bc9cc46bf98f94382c4b5c3c389be7056ff0be33029111ae11b3f1c82a"
7
8inherit pypi python_flit_core
9
10RDEPENDS:${PN} = "\
11 python3-freezegun (>=1.0) \
12 python3-pytest (>=3.6) \
13"
14
15PYPI_PACKAGE = "pytest_freezer"
16UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"