diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb b/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb index 8bc498dc4e..09b06553df 100644 --- a/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb | |||
@@ -10,13 +10,13 @@ PYPI_PACKAGE = "diskcache" | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS:${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
13 | ${PYTHON_PN}-json \ | 13 | python3-json \ |
14 | ${PYTHON_PN}-pickle \ | 14 | python3-pickle \ |
15 | ${PYTHON_PN}-sqlite3 \ | 15 | python3-sqlite3 \ |
16 | ${PYTHON_PN}-core \ | 16 | python3-core \ |
17 | ${PYTHON_PN}-io \ | 17 | python3-io \ |
18 | ${PYTHON_PN}-compression \ | 18 | python3-compression \ |
19 | ${PYTHON_PN}-threading \ | 19 | python3-threading \ |
20 | " | 20 | " |
21 | 21 | ||
22 | CLEANBROKEN = "1" | 22 | CLEANBROKEN = "1" |