summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python-2.7-manifest.inc2
-rwxr-xr-xscripts/contrib/python/generate-manifest-2.7.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc
index 12f775efeb..4cd7a0c725 100644
--- a/meta/recipes-devtools/python/python-2.7-manifest.inc
+++ b/meta/recipes-devtools/python/python-2.7-manifest.inc
@@ -175,7 +175,7 @@ FILES_${PN}-netserver="${libdir}/python2.7/cgi.* ${libdir}/python2.7/*HTTPServer
175 175
176SUMMARY_${PN}-numbers="Python number APIs" 176SUMMARY_${PN}-numbers="Python number APIs"
177RDEPENDS_${PN}-numbers="${PN}-core ${PN}-lang ${PN}-re" 177RDEPENDS_${PN}-numbers="${PN}-core ${PN}-lang ${PN}-re"
178FILES_${PN}-numbers="${libdir}/python2.7/decimal.* ${libdir}/python2.7/numbers.* " 178FILES_${PN}-numbers="${libdir}/python2.7/decimal.* ${libdir}/python2.7/fractions.* ${libdir}/python2.7/numbers.* "
179 179
180SUMMARY_${PN}-pickle="Python serialisation/persistence support" 180SUMMARY_${PN}-pickle="Python serialisation/persistence support"
181RDEPENDS_${PN}-pickle="${PN}-core ${PN}-codecs ${PN}-io ${PN}-re" 181RDEPENDS_${PN}-pickle="${PN}-core ${PN}-codecs ${PN}-io ${PN}-re"
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py
index 99bdca8994..922ebe43f3 100755
--- a/scripts/contrib/python/generate-manifest-2.7.py
+++ b/scripts/contrib/python/generate-manifest-2.7.py
@@ -314,7 +314,7 @@ if __name__ == "__main__":
314 "cgi.* *HTTPServer.* SocketServer.*" ) 314 "cgi.* *HTTPServer.* SocketServer.*" )
315 315
316 m.addPackage( "${PN}-numbers", "Python number APIs", "${PN}-core ${PN}-lang ${PN}-re", 316 m.addPackage( "${PN}-numbers", "Python number APIs", "${PN}-core ${PN}-lang ${PN}-re",
317 "decimal.* numbers.*" ) 317 "decimal.* fractions.* numbers.*" )
318 318
319 m.addPackage( "${PN}-pickle", "Python serialisation/persistence support", "${PN}-core ${PN}-codecs ${PN}-io ${PN}-re", 319 m.addPackage( "${PN}-pickle", "Python serialisation/persistence support", "${PN}-core ${PN}-codecs ${PN}-io ${PN}-re",
320 "pickle.* shelve.* lib-dynload/cPickle.so pickletools.*" ) 320 "pickle.* shelve.* lib-dynload/cPickle.so pickletools.*" )