[OE-core] [PATCH] python3-manifest: add entry to package the timeit module

Burton, Ross ross.burton at intel.com
Fri Jul 12 14:17:16 UTC 2019


(discussed on IRC)

NACK, this is in python3-misc and I don't see a good reason to split
it out explicitly.

Ross

On Fri, 12 Jul 2019 at 15:09, Joshua Lock <joshuagloe at gmail.com> wrote:
>
> Signed-off-by: Joshua Lock <jlock at vmware.com>
> ---
>  .../python/python3/python3-manifest.json             | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>
> diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
> index 0803ac0033..17d41c34b9 100644
> --- a/meta/recipes-devtools/python/python3/python3-manifest.json
> +++ b/meta/recipes-devtools/python/python3/python3-manifest.json
> @@ -1131,6 +1131,18 @@
>              "${libdir}/python${PYTHON_MAJMIN}/__pycache__/queue.*.pyc"
>          ]
>      },
> +    "timeit": {
> +        "summary": "Simple way to time small bits of code",
> +        "rdepends": [
> +            "core"
> +        ],
> +        "files": [
> +            "${libdir}/python${PYTHON_MAJMIN}/timeit.py"
> +        ],
> +        "cached": [
> +            "${libdir}/python${PYTHON_MAJMIN}/__pycache__/timeit.*.pyc"
> +        ]
> +    },
>      "tkinter": {
>          "summary": "Python Tcl/Tk bindings",
>          "rdepends": [
> --
> 2.21.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list