diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-contextlib2.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-contextlib2.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-contextlib2.inc b/meta-openstack/recipes-devtools/python/python-contextlib2.inc new file mode 100644 index 0000000..0a45008 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-contextlib2.inc | |||
| @@ -0,0 +1,16 @@ | |||
| 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 | DEPENDS += " \ | ||
| 11 | ${PYTHON_PN}-pip \ | ||
| 12 | " | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += " \ | ||
| 15 | " | ||
| 16 | |||
