python3-pytest-freezer_0.4.8.bb 509 B

12345678910111213141516
  1. SUMMARY = "Pytest plugin providing a fixture interface for spulec/freezegun"
  2. HOMEPAGE = "https://github.com/pytest-dev/pytest-freezer"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=1661a0f2b9b83ed73b8e05b5683b10d0"
  5. SRC_URI[sha256sum] = "8ee2f724b3ff3540523fa355958a22e6f4c1c819928b78a7a183ae4248ce6ee6"
  6. inherit pypi python_flit_core
  7. RDEPENDS:${PN} = "\
  8. python3-freezegun (>=1.0) \
  9. python3-pytest (>=3.6) \
  10. "
  11. PYPI_PACKAGE = "pytest_freezer"
  12. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"