All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Asselstine <mark.asselstine@windriver.com>
To: <meta-virtualization@yoctoproject.org>, <bruce.ashfield@windriver.com>
Subject: [m-c-s][PATCH 05/10] python-tenacity: initial version
Date: Tue, 7 Nov 2017 15:38:33 -0500	[thread overview]
Message-ID: <1510087118-28132-6-git-send-email-mark.asselstine@windriver.com> (raw)
In-Reply-To: <1510087118-28132-1-git-send-email-mark.asselstine@windriver.com>

There is a recipe in meta-iot-cloud but it is old and if we can avoid
pulling in yet another layer I think we are better off maintaining our
own copy.

This python package is required by the updated python-oslo.messaging
verison for stable/pike.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 .../recipes-devtools/python/python-tenacity_4.5.0.bb   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb b/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb
new file mode 100644
index 0000000..e48a95b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Retry code until it succeeeds"
+HOMEPAGE = "https://github.com/jd/tenacity"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
+
+inherit pypi
+
+SRC_URI[md5sum] = "7bb60e2bfa59797d415724d7cb770973"
+SRC_URI[sha256sum] = "e5eb0009d7fef345ffd27e43122ec288418b460952aeefde60df8e62c3953d4b"
+
+inherit setuptools
+
+RDEPENDS_${PN} += " \
+        python-six \
+        python-futures \
+        python-monotonic \
+        "
-- 
2.7.4



  parent reply	other threads:[~2017-11-07 20:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 01/10] python-sqlalchemy-migrate: upgrade to v0.11.0 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 02/10] python-stevedore: uprev to v1.27.1 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 03/10] python-requestsexceptions: uprev to v1.3.0 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 04/10] python-statsd: initial version Mark Asselstine
2017-11-07 20:38 ` Mark Asselstine [this message]
2017-11-07 20:38 ` [m-c-s][PATCH 06/10] python-vine: " Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 07/10] python-amqp: uprev to v2.2.2 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 08/10] python-kombu: uprev to v4.1.0 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 09/10] python-eventlet: add v0.20.0 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 10/10] python-oslo*: uprev to latest stable/pike Mark Asselstine
2017-11-08 19:18 ` [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Bruce Ashfield

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=1510087118-28132-6-git-send-email-mark.asselstine@windriver.com \
    --to=mark.asselstine@windriver.com \
    --cc=bruce.ashfield@windriver.com \
    --cc=meta-virtualization@yoctoproject.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.