All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python3-manifest: add entry to package the timeit module
@ 2019-07-12 14:08 Joshua Lock
  2019-07-12 14:17 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Lock @ 2019-07-12 14:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Joshua Lock

Signed-off-by: Joshua Lock <jlock@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] python3-manifest: add entry to package the timeit module
  2019-07-12 14:08 [PATCH] python3-manifest: add entry to package the timeit module Joshua Lock
@ 2019-07-12 14:17 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2019-07-12 14:17 UTC (permalink / raw)
  To: Joshua Lock; +Cc: Joshua Lock, OE-core

(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@gmail.com> wrote:
>
> Signed-off-by: Joshua Lock <jlock@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-12 14:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-12 14:08 [PATCH] python3-manifest: add entry to package the timeit module Joshua Lock
2019-07-12 14:17 ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.