diff options
4 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc index f1efecfada..673b90ab6f 100644 --- a/meta/recipes-devtools/python/python-2.7-manifest.inc +++ b/meta/recipes-devtools/python/python-2.7-manifest.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. | 2 | # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. |
3 | # Generator: '../scripts/contrib/python/./generate-manifest-2.7.py' Version 20110222.2 (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> | 3 | # Generator: '../../../scripts/contrib/python/generate-manifest-2.7.py' Version 20110222.2 (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> |
4 | # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy | 4 | # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy |
5 | 5 | ||
6 | 6 | ||
@@ -82,7 +82,7 @@ RDEPENDS_${PN}-difflib="${PN}-lang ${PN}-re" | |||
82 | FILES_${PN}-difflib="${libdir}/python2.7/difflib.* " | 82 | FILES_${PN}-difflib="${libdir}/python2.7/difflib.* " |
83 | 83 | ||
84 | SUMMARY_${PN}-distutils="Python Distribution Utilities" | 84 | SUMMARY_${PN}-distutils="Python Distribution Utilities" |
85 | RDEPENDS_${PN}-distutils="${PN}-core" | 85 | RDEPENDS_${PN}-distutils="${PN}-core ${PN}-email" |
86 | FILES_${PN}-distutils="${libdir}/python2.7/config ${libdir}/python2.7/distutils " | 86 | FILES_${PN}-distutils="${libdir}/python2.7/config ${libdir}/python2.7/distutils " |
87 | 87 | ||
88 | SUMMARY_${PN}-distutils-staticdev="Python distribution utilities (static libraries)" | 88 | SUMMARY_${PN}-distutils-staticdev="Python distribution utilities (static libraries)" |
diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-devtools/python/python-3.5-manifest.inc index f44a951051..d089f5192a 100644 --- a/meta/recipes-devtools/python/python-3.5-manifest.inc +++ b/meta/recipes-devtools/python/python-3.5-manifest.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. | 2 | # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. |
3 | # Generator: './generate-manifest-3.5.py' Version 20140131 (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> | 3 | # Generator: '../../../scripts/contrib/python/generate-manifest-3.5.py' Version 20140131 (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> |
4 | # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy | 4 | # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy |
5 | 5 | ||
6 | 6 | ||
@@ -70,7 +70,7 @@ RDEPENDS_${PN}-difflib="${PN}-lang ${PN}-re" | |||
70 | FILES_${PN}-difflib="${libdir}/python3.5/difflib.* " | 70 | FILES_${PN}-difflib="${libdir}/python3.5/difflib.* " |
71 | 71 | ||
72 | SUMMARY_${PN}-distutils="Python Distribution Utilities" | 72 | SUMMARY_${PN}-distutils="Python Distribution Utilities" |
73 | RDEPENDS_${PN}-distutils="${PN}-core" | 73 | RDEPENDS_${PN}-distutils="${PN}-core ${PN}-email" |
74 | FILES_${PN}-distutils="${libdir}/python3.5/config ${libdir}/python3.5/distutils " | 74 | FILES_${PN}-distutils="${libdir}/python3.5/config ${libdir}/python3.5/distutils " |
75 | 75 | ||
76 | SUMMARY_${PN}-distutils-staticdev="Python distribution utilities (static libraries)" | 76 | SUMMARY_${PN}-distutils-staticdev="Python distribution utilities (static libraries)" |
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index f77066ef23..cd8a80bfaf 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py | |||
@@ -244,7 +244,7 @@ if __name__ == "__main__": | |||
244 | m.addPackage( "${PN}-distutils-staticdev", "Python distribution utilities (static libraries)", "${PN}-distutils", | 244 | m.addPackage( "${PN}-distutils-staticdev", "Python distribution utilities (static libraries)", "${PN}-distutils", |
245 | "config/lib*.a" ) # package | 245 | "config/lib*.a" ) # package |
246 | 246 | ||
247 | m.addPackage( "${PN}-distutils", "Python Distribution Utilities", "${PN}-core", | 247 | m.addPackage( "${PN}-distutils", "Python Distribution Utilities", "${PN}-core ${PN}-email", |
248 | "config distutils" ) # package | 248 | "config distutils" ) # package |
249 | 249 | ||
250 | m.addPackage( "${PN}-doctest", "Python framework for running examples in docstrings", "${PN}-core ${PN}-lang ${PN}-io ${PN}-re ${PN}-unittest ${PN}-debugger ${PN}-difflib", | 250 | m.addPackage( "${PN}-doctest", "Python framework for running examples in docstrings", "${PN}-core ${PN}-lang ${PN}-io ${PN}-re ${PN}-unittest ${PN}-debugger ${PN}-difflib", |
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py index 26eb0f3db2..c30a96360e 100755 --- a/scripts/contrib/python/generate-manifest-3.5.py +++ b/scripts/contrib/python/generate-manifest-3.5.py | |||
@@ -247,7 +247,7 @@ if __name__ == "__main__": | |||
247 | m.addPackage( "${PN}-distutils-staticdev", "Python distribution utilities (static libraries)", "${PN}-distutils", | 247 | m.addPackage( "${PN}-distutils-staticdev", "Python distribution utilities (static libraries)", "${PN}-distutils", |
248 | "config/lib*.a" ) # package | 248 | "config/lib*.a" ) # package |
249 | 249 | ||
250 | m.addPackage( "${PN}-distutils", "Python Distribution Utilities", "${PN}-core", | 250 | m.addPackage( "${PN}-distutils", "Python Distribution Utilities", "${PN}-core ${PN}-email", |
251 | "config distutils" ) # package | 251 | "config distutils" ) # package |
252 | 252 | ||
253 | m.addPackage( "${PN}-doctest", "Python framework for running examples in docstrings", "${PN}-core ${PN}-lang ${PN}-io ${PN}-re ${PN}-unittest ${PN}-debugger ${PN}-difflib", | 253 | m.addPackage( "${PN}-doctest", "Python framework for running examples in docstrings", "${PN}-core ${PN}-lang ${PN}-io ${PN}-re ${PN}-unittest ${PN}-debugger ${PN}-difflib", |