diff options
| author | Derek Straka <derek@asterius.io> | 2018-07-09 18:09:43 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-07-12 07:19:42 -0700 |
| commit | aa00d139b50e6ac2d5aca0bd77623bd4446ef66d (patch) | |
| tree | 35022f4e0aae6ef8b771a5afda829c31838c69c0 /meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.5.bb | |
| parent | c5a00091f5b296f56229417323b8eb0fa8c1d531 (diff) | |
| download | meta-openembedded-aa00d139b50e6ac2d5aca0bd77623bd4446ef66d.tar.gz | |
python-backports-functools-lru-cache: update to version 1.5
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.5.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.5.bb b/meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.5.bb new file mode 100644 index 0000000000..825444ff3a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.5.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=57;endline=57;md5=98fc3658e5970d26f6b2109808c766be" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "backports.functools_lru_cache" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "20f53f54cd3f04b3346ce75a54959754" | ||
| 10 | SRC_URI[sha256sum] = "9d98697f088eb1b0fa451391f91afb5e3ebde16bbdb272819fd091151fda4f1a" | ||
| 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 | " | ||
