diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-05-15 16:25:29 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-05-16 15:49:16 -0400 |
| commit | 90bff2d9f23c9f3732d758f2a76f1e6b339c56ff (patch) | |
| tree | 291eb7430ac0ed163e57f7fe4152b18e0a254933 /meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb | |
| parent | 738bb5cedebb641231d1756a099118a37ff7eea5 (diff) | |
| download | meta-cloud-services-90bff2d9f23c9f3732d758f2a76f1e6b339c56ff.tar.gz | |
python-contextlib2:upgrade 0.4.0 -> 0.5.5
-Upgrade from python-contextlib2_0.4.0.bb to
python-contextlib2_0.5.5.bb.
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-contextlib2_0.5.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb b/meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb new file mode 100644 index 0000000..af9270e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Backports and enhancements for the contextlib module" | ||
| 2 | HOMEPAGE = "http://contextlib2.readthedocs.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PSF" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "95fe420941ebc64951cd9d89edc41870" | ||
| 8 | SRC_URI[sha256sum] = "509f9419ee91cdd00ba34443217d5ca51f5a364a404e1dce9e8979cea969ca48" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python-pip \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += " \ | ||
| 17 | " | ||
| 18 | |||
