All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Lock <joshuagloe@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Joshua Lock <jlock@vmware.com>
Subject: [PATCH] python3-manifest: add entry to package the timeit module
Date: Fri, 12 Jul 2019 15:08:15 +0100	[thread overview]
Message-ID: <20190712140815.11304-1-jlock@vmware.com> (raw)

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



             reply	other threads:[~2019-07-12 14:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-12 14:08 Joshua Lock [this message]
2019-07-12 14:17 ` [PATCH] python3-manifest: add entry to package the timeit module Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190712140815.11304-1-jlock@vmware.com \
    --to=joshuagloe@gmail.com \
    --cc=jlock@vmware.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.