diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.4.bb b/meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.4.bb new file mode 100644 index 0000000000..961436f533 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.4.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Backport of functools.lru_cache from Python 3.3" | ||
| 2 | HOMEPAGE = "https://github.com/jaraco/backports.functools_lru_cache" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=47;endline=47;md5=98fc3658e5970d26f6b2109808c766be" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "backports.functools_lru_cache" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "b954e7d5e2ca0f0f66ad2ed12ba800e5" | ||
| 10 | SRC_URI[sha256sum] = "31f235852f88edc1558d428d890663c49eb4514ffec9f3650e7f3c9e4a12e36f" | ||
| 11 | |||
| 12 | DEPENDS += "python-setuptools-scm-native" | ||
| 13 | |||
| 14 | inherit setuptools pypi | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += "\ | ||
| 17 | ${PYTHON_PN}-pickle \ | ||
| 18 | ${PYTHON_PN}-threading \ | ||
| 19 | " | ||
