diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-07-20 22:36:54 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-20 14:50:13 -0400 |
| commit | 8ca48ab23da204761034ed1b02949bcb25f4a2fb (patch) | |
| tree | 25fc51c1a3278bf8cb6b6edad4f2bb92d8cfdc14 /meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb | |
| parent | b9aead5a26aad52be0e8fd5293812c5df688ed32 (diff) | |
| download | meta-cloud-services-8ca48ab23da204761034ed1b02949bcb25f4a2fb.tar.gz | |
python3-deprecation: upgrade 1.0.1 -> 2.1.0
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/python3-deprecation_2.1.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb b/meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb new file mode 100644 index 0000000..c819529 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "A library to handle automated deprecations" | ||
| 2 | HOMEPAGE = "http://deprecation.readthedocs.io/en/latest/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "6b79c6572fb241e3cecbbd7d539bb66b" | ||
| 8 | SRC_URI[sha256sum] = "72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff" | ||
| 9 | |||
| 10 | RDEPENDS_${PN} += "\ | ||
| 11 | python3-packaging \ | ||
| 12 | " | ||
| 13 | |||
| 14 | inherit setuptools3 pypi | ||
