summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-retrying_1.2.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-12 01:22:46 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-12 01:22:46 -0400
commit54179a2d187fd082456444c1f600fd6e9a07b7e8 (patch)
treed48bcfff2f0ad0ea7af64e1d3545721adbb4319d /meta-openstack/recipes-devtools/python/python-retrying_1.2.2.bb
parent825048fe5ef82644ae5bb2833e71b295e759d7e1 (diff)
downloadmeta-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.2.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-retrying_1.2.2.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-retrying_1.2.2.bb b/meta-openstack/recipes-devtools/python/python-retrying_1.2.2.bb
deleted file mode 100644
index cbb5ac3..0000000
--- a/meta-openstack/recipes-devtools/python/python-retrying_1.2.2.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1DESCRIPTION = "Retrying"
2HOMEPAGE = "https://github.com/rholder/retrying"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
6
7PR = "r0"
8
9SRCNAME = "retrying"
10SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "534825ad47c3e317f52090f642113870"
13SRC_URI[sha256sum] = "fbeda85e94d103cf8bb36d29644abdc1e9ad367dd2c7160324fa60ee9d5193d0"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# DEPENDS_default: python-pip
20
21DEPENDS += " \
22 python-pip \
23 "
24
25# RDEPENDS_default:
26RDEPENDS_${PN} += " \
27 "