blob: bce44a28b4fd5f8e248268948347180b3796f0ec [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001SUMMARY = "Backport of functools.lru_cache from Python 3.3"
2HOMEPAGE = "https://github.com/jaraco/backports.functools_lru_cache"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://setup.py;beginline=57;endline=57;md5=98fc3658e5970d26f6b2109808c766be"
6
7PYPI_PACKAGE = "backports.functools_lru_cache"
8
9SRC_URI[md5sum] = "20f53f54cd3f04b3346ce75a54959754"
10SRC_URI[sha256sum] = "9d98697f088eb1b0fa451391f91afb5e3ebde16bbdb272819fd091151fda4f1a"
11
12DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
13
14inherit pypi
15
16RDEPENDS_${PN} += "\
17 ${PYTHON_PN}-pickle \
18 ${PYTHON_PN}-threading \
19 "