summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb (renamed from meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb)6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb b/meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb
index f6d9d80454..b8aa53b67d 100644
--- a/meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb
@@ -10,10 +10,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=079933dfba36eb60b5e3512ca0ab61ae"
10 10
11inherit pypi python_setuptools_build_meta ptest-python-pytest 11inherit pypi python_setuptools_build_meta ptest-python-pytest
12 12
13DEPENDS += " \
14 python3-setuptools-scm-native \
15"
16
13RDEPENDS:${PN} += " \ 17RDEPENDS:${PN} += " \
14 python3-math \ 18 python3-math \
15" 19"
16 20
17SRC_URI[sha256sum] = "7042c0e4eea87812f04744ce6ee9ed3de457875eb1f82d8a206c46d6e48b6734" 21SRC_URI[sha256sum] = "437f55a4e0c1b01a4f3077cc470e6991d47430970e36fbcb77e2be0df4fc1cd6"
18 22
19BBCLASSEXTEND = "native nativesdk" 23BBCLASSEXTEND = "native nativesdk"