diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-retrying.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-retrying.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-retrying.inc b/meta-openstack/recipes-devtools/python/python-retrying.inc new file mode 100644 index 0000000..b33dc90 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-retrying.inc | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | SRC_URI[md5sum] = "2a126aeef8b21324ecdeac15ff46ef17" | ||
| 8 | SRC_URI[sha256sum] = "08c039560a6da2fe4f2c426d0766e284d3b736e355f8dd24b37367b0bb41973b" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | ${PYTHON_PN}-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # RDEPENDS_default: | ||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | " | ||
