diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-04 16:21:11 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-06 14:10:45 -0500 |
| commit | 05f7d891c80c7d3d69260b9ca3b487b675dff7bf (patch) | |
| tree | 6c063f52b814dd23f5b1e3bd2989f081b3b15c12 /meta-openstack/recipes-devtools/python/python-retrying_1.3.3.bb | |
| parent | 9e8fca88063ab185aefbf0f09fbb1bcee2bc8a3c (diff) | |
| download | meta-cloud-services-05f7d891c80c7d3d69260b9ca3b487b675dff7bf.tar.gz | |
python-retrying: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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 | 22 |
1 files changed, 2 insertions, 20 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 index 55c94d9..19bf62c 100644 --- a/meta-openstack/recipes-devtools/python/python-retrying_1.3.3.bb +++ b/meta-openstack/recipes-devtools/python/python-retrying_1.3.3.bb | |||
| @@ -1,20 +1,2 @@ | |||
| 1 | DESCRIPTION = "Retrying" | 1 | require python-retrying.inc |
| 2 | HOMEPAGE = "https://github.com/rholder/retrying" | 2 | inherit setuptools |
| 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 setuptools pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # RDEPENDS_default: | ||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | " | ||
