diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-12 01:22:46 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-12 01:22:46 -0400 |
| commit | 54179a2d187fd082456444c1f600fd6e9a07b7e8 (patch) | |
| tree | d48bcfff2f0ad0ea7af64e1d3545721adbb4319d /meta-openstack/recipes-devtools/python/python-retrying_1.3.3.bb | |
| parent | 825048fe5ef82644ae5bb2833e71b295e759d7e1 (diff) | |
| download | meta-cloud-services-54179a2d187fd082456444c1f600fd6e9a07b7e8.tar.gz | |
nova: fix jsonschema and retrying depdencies
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-retrying_1.3.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-retrying_1.3.3.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-retrying_1.3.3.bb b/meta-openstack/recipes-devtools/python/python-retrying_1.3.3.bb new file mode 100644 index 0000000..053b909 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-retrying_1.3.3.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Retrying" | ||
| 2 | HOMEPAGE = "https://github.com/rholder/retrying" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "retrying" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "2a126aeef8b21324ecdeac15ff46ef17" | ||
| 13 | SRC_URI[sha256sum] = "08c039560a6da2fe4f2c426d0766e284d3b736e355f8dd24b37367b0bb41973b" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
