From 149cb1769bb7e87bb818c8d652ecb47abfee02e2 Mon Sep 17 00:00:00 2001 From: Dominique Hunziker Date: Wed, 3 Feb 2016 19:23:04 +0100 Subject: python-distutils: add missing dependency on python-email (From OE-Core rev: 1a8efbf4f06d9274cd60ada61d34b6bf42c15dc0) Signed-off-by: Dominique Hunziker Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-2.7-manifest.inc | 4 ++-- meta/recipes-devtools/python/python-3.5-manifest.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-devtools/python') 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 @@ # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. -# Generator: '../scripts/contrib/python/./generate-manifest-2.7.py' Version 20110222.2 (C) 2002-2010 Michael 'Mickey' Lauer +# Generator: '../../../scripts/contrib/python/generate-manifest-2.7.py' Version 20110222.2 (C) 2002-2010 Michael 'Mickey' Lauer # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy @@ -82,7 +82,7 @@ RDEPENDS_${PN}-difflib="${PN}-lang ${PN}-re" FILES_${PN}-difflib="${libdir}/python2.7/difflib.* " SUMMARY_${PN}-distutils="Python Distribution Utilities" -RDEPENDS_${PN}-distutils="${PN}-core" +RDEPENDS_${PN}-distutils="${PN}-core ${PN}-email" FILES_${PN}-distutils="${libdir}/python2.7/config ${libdir}/python2.7/distutils " 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 @@ # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. -# Generator: './generate-manifest-3.5.py' Version 20140131 (C) 2002-2010 Michael 'Mickey' Lauer +# Generator: '../../../scripts/contrib/python/generate-manifest-3.5.py' Version 20140131 (C) 2002-2010 Michael 'Mickey' Lauer # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy @@ -70,7 +70,7 @@ RDEPENDS_${PN}-difflib="${PN}-lang ${PN}-re" FILES_${PN}-difflib="${libdir}/python3.5/difflib.* " SUMMARY_${PN}-distutils="Python Distribution Utilities" -RDEPENDS_${PN}-distutils="${PN}-core" +RDEPENDS_${PN}-distutils="${PN}-core ${PN}-email" FILES_${PN}-distutils="${libdir}/python3.5/config ${libdir}/python3.5/distutils " SUMMARY_${PN}-distutils-staticdev="Python distribution utilities (static libraries)" -- cgit v1.2.3-54-g00ecf