xref: /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb (revision eaae0b339f806200d8722cb09e5e3b83c15a5956)
1SUMMARY = "Saves and loads to the cache a transformed versions of a source object."
2HOMEPAGE = "https://github.com/hgrecco/flexcache"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=32f547dac365c355d2cdbcd7ebea9144"
5DEPENDS += "python3-setuptools-scm-native"
6SRC_URI[sha256sum] = "18743bd5a0621bfe2cf8d519e4c3bfdf57a269c15d1ced3fb4b64e0ff4600656"
7
8inherit pypi python_setuptools_build_meta ptest-python-pytest
9PYPI_PACKAGE = "flexcache"
10
11PTEST_PYTEST_DIR = "flexcache/testsuite"
12
13RDEPENDS:${PN} += " \
14	python3-compression \
15	python3-email \
16	python3-json \
17	python3-pickle \
18	python3-typing-extensions \
19"
20