aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index ef9826f02c..5b7b70b346 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -799,13 +799,15 @@
"cached": [
"${libdir}/python3.5/__pycache__/decimal.*.pyc",
"${libdir}/python3.5/__pycache__/fractions.*.pyc",
- "${libdir}/python3.5/__pycache__/numbers.*.pyc"
+ "${libdir}/python3.5/__pycache__/numbers.*.pyc",
+ "${libdir}/python3.5/__pycache__/_pydecimal.*.pyc"
],
"files": [
"${libdir}/python3.5/decimal.py",
"${libdir}/python3.5/fractions.py",
"${libdir}/python3.5/lib-dynload/_decimal.*.so",
- "${libdir}/python3.5/numbers.py"
+ "${libdir}/python3.5/numbers.py",
+ "${libdir}/python3.5/_pydecimal.py"
],
"rdepends": [
"core"
@@ -1137,4 +1139,4 @@
],
"summary": "Python XML-RPC support"
}
-} \ No newline at end of file
+}