mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
python3-cachetools: Upgrade 7.0.4 -> 7.1.4
Upgrade to release 7.1.4: - Minor unit test improvements. - Update build environment. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "Extensible memoizing collections and decorators"
|
||||
HOMEPAGE = "https://github.com/tkem/cachetools"
|
||||
DESCRIPTION = "This module provides various memoizing \
|
||||
collections and decorators, including variants of the \
|
||||
Python 3 Standard Library @lru_cache function decorator."
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=079933dfba36eb60b5e3512ca0ab61ae"
|
||||
|
||||
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
||||
|
||||
DEPENDS += " \
|
||||
python3-setuptools-scm-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-math \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "437f55a4e0c1b01a4f3077cc470e6991d47430970e36fbcb77e2be0df4fc1cd6"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user