From 54179a2d187fd082456444c1f600fd6e9a07b7e8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 12 Mar 2015 01:22:46 -0400 Subject: nova: fix jsonschema and retrying depdencies Signed-off-by: Bruce Ashfield --- .../python/python-retrying_1.2.2.bb | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-retrying_1.2.2.bb (limited to 'meta-openstack/recipes-devtools/python/python-retrying_1.2.2.bb') 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 @@ -DESCRIPTION = "Retrying" -HOMEPAGE = "https://github.com/rholder/retrying" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" - -PR = "r0" - -SRCNAME = "retrying" -SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "534825ad47c3e317f52090f642113870" -SRC_URI[sha256sum] = "fbeda85e94d103cf8bb36d29644abdc1e9ad367dd2c7160324fa60ee9d5193d0" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " -- cgit v1.2.3-54-g00ecf