[OE-core] [PATCH] python-2.7-manifest.inc: add fractions.* to ${PN}-numbers

Richard Purdie richard.purdie at linuxfoundation.org
Wed Apr 8 09:55:56 UTC 2015


On Tue, 2015-04-07 at 22:15 -0700, Tim Orling wrote:
> python-cryptography requires fractions module which is currently unpackaged.
> 
> Signed-off-by: Tim Orling <TicoTimo at gmail.com>
> ---
>  meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc
> index 12f775e..2fb748e 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
>  
>  SUMMARY_${PN}-numbers="Python number APIs"
>  RDEPENDS_${PN}-numbers="${PN}-core ${PN}-lang ${PN}-re"
> -FILES_${PN}-numbers="${libdir}/python2.7/decimal.* ${libdir}/python2.7/numbers.* "
> +FILES_${PN}-numbers="${libdir}/python2.7/decimal.* ${libdir}/python2.7/numbers.* ${libdir}/python2.7/fractions.*"
>  
>  SUMMARY_${PN}-pickle="Python serialisation/persistence support"
>  RDEPENDS_${PN}-pickle="${PN}-core ${PN}-codecs ${PN}-io ${PN}-re"

To quote the top of the file:

# 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 <mlauer at vanille-media.de>

Cheers,

Richard





More information about the Openembedded-core mailing list