summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/python3-manifest.json
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-25 11:59:29 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-29 08:49:50 +0000
commitcb61f997c06213c8fc69491b2e456a6d0b61ce26 (patch)
treee33cce8c9457b4013b8fade6e171db17a1a6b9f8 /meta/recipes-devtools/python/python3/python3-manifest.json
parenta889ece9247e5237b800e0750b02603ba8f5e001 (diff)
downloadpoky-cb61f997c06213c8fc69491b2e456a6d0b61ce26.tar.gz
python3-manifest: add the _pydecimal files to the numbers package
The _pydecimal files are required to use the numbers package and downstream packages are currently required to add a RDEPENDS on python3-misc to avoid an import error (From OE-Core rev: 4ca2d607a6b6fe8686bf89177287f2b9bae01245) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
-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 @@
799 "cached": [ 799 "cached": [
800 "${libdir}/python3.5/__pycache__/decimal.*.pyc", 800 "${libdir}/python3.5/__pycache__/decimal.*.pyc",
801 "${libdir}/python3.5/__pycache__/fractions.*.pyc", 801 "${libdir}/python3.5/__pycache__/fractions.*.pyc",
802 "${libdir}/python3.5/__pycache__/numbers.*.pyc" 802 "${libdir}/python3.5/__pycache__/numbers.*.pyc",
803 "${libdir}/python3.5/__pycache__/_pydecimal.*.pyc"
803 ], 804 ],
804 "files": [ 805 "files": [
805 "${libdir}/python3.5/decimal.py", 806 "${libdir}/python3.5/decimal.py",
806 "${libdir}/python3.5/fractions.py", 807 "${libdir}/python3.5/fractions.py",
807 "${libdir}/python3.5/lib-dynload/_decimal.*.so", 808 "${libdir}/python3.5/lib-dynload/_decimal.*.so",
808 "${libdir}/python3.5/numbers.py" 809 "${libdir}/python3.5/numbers.py",
810 "${libdir}/python3.5/_pydecimal.py"
809 ], 811 ],
810 "rdepends": [ 812 "rdepends": [
811 "core" 813 "core"
@@ -1137,4 +1139,4 @@
1137 ], 1139 ],
1138 "summary": "Python XML-RPC support" 1140 "summary": "Python XML-RPC support"
1139 } 1141 }
1140} \ No newline at end of file 1142}