[oe-commits] [openembedded-core] 24/29: python3-manifest: add the _pydecimal files to the numbers package

git at git.openembedded.org git at git.openembedded.org
Mon Jan 29 08:50:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 4ca2d607a6b6fe8686bf89177287f2b9bae01245
Author: Derek Straka <derek at asterius.io>
AuthorDate: Thu Jan 25 11:59:29 2018 -0500

    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
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python3/python3-manifest.json | 8 +++++---
 1 file 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 ef9826f..5b7b70b 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
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list