summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorDominique Hunziker <dominique.hunziker@gmail.com>2016-02-03 19:23:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 23:39:02 +0000
commit149cb1769bb7e87bb818c8d652ecb47abfee02e2 (patch)
tree47a6587e2187292ed57c73a3d7ecb4778442f1e8 /meta/recipes-devtools/python
parent3473962f04946b61eb50e65ed7fa3143259b35ea (diff)
downloadpoky-149cb1769bb7e87bb818c8d652ecb47abfee02e2.tar.gz
python-distutils: add missing dependency on python-email
(From OE-Core rev: 1a8efbf4f06d9274cd60ada61d34b6bf42c15dc0) Signed-off-by: Dominique Hunziker <dominique.hunziker@gmail.com> 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')
-rw-r--r--meta/recipes-devtools/python/python-2.7-manifest.inc4
-rw-r--r--meta/recipes-devtools/python/python-3.5-manifest.inc4
2 files changed, 4 insertions, 4 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"
82FILES_${PN}-difflib="${libdir}/python2.7/difflib.* " 82FILES_${PN}-difflib="${libdir}/python2.7/difflib.* "
83 83
84SUMMARY_${PN}-distutils="Python Distribution Utilities" 84SUMMARY_${PN}-distutils="Python Distribution Utilities"
85RDEPENDS_${PN}-distutils="${PN}-core" 85RDEPENDS_${PN}-distutils="${PN}-core ${PN}-email"
86FILES_${PN}-distutils="${libdir}/python2.7/config ${libdir}/python2.7/distutils " 86FILES_${PN}-distutils="${libdir}/python2.7/config ${libdir}/python2.7/distutils "
87 87
88SUMMARY_${PN}-distutils-staticdev="Python distribution utilities (static libraries)" 88SUMMARY_${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"
70FILES_${PN}-difflib="${libdir}/python3.5/difflib.* " 70FILES_${PN}-difflib="${libdir}/python3.5/difflib.* "
71 71
72SUMMARY_${PN}-distutils="Python Distribution Utilities" 72SUMMARY_${PN}-distutils="Python Distribution Utilities"
73RDEPENDS_${PN}-distutils="${PN}-core" 73RDEPENDS_${PN}-distutils="${PN}-core ${PN}-email"
74FILES_${PN}-distutils="${libdir}/python3.5/config ${libdir}/python3.5/distutils " 74FILES_${PN}-distutils="${libdir}/python3.5/config ${libdir}/python3.5/distutils "
75 75
76SUMMARY_${PN}-distutils-staticdev="Python distribution utilities (static libraries)" 76SUMMARY_${PN}-distutils-staticdev="Python distribution utilities (static libraries)"