mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a889ece924
commit
cb61f997c0
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user