mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 13:25:22 +02:00

This requires some packages as well as the pypi.bbclass from meta-python. It uses Python 3 as I don't think it makes sense to use Python 2 anymore. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 lines
381 B
BlitzBasic
10 lines
381 B
BlitzBasic
SUMMARY = "A decorator for caching properties in classes."
|
|
HOMEPAGE = "https://github.com/pydanny/cached-property"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=db7ff60c4e14f58534201242803d8abc"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[md5sum] = "4a6039f7418007275505e355359396a8"
|
|
SRC_URI[sha256sum] = "458e78b1c7286ece887d92c9bee829da85717994c5e3ddd253a40467f488bc81"
|