summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-contextlib2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-contextlib2.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-contextlib2.inc16
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 @@
1DESCRIPTION = "Backports and enhancements for the contextlib module"
2HOMEPAGE = "http://contextlib2.readthedocs.org/"
3SECTION = "devel/python"
4LICENSE = "PSF"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734"
6
7SRC_URI[md5sum] = "95fe420941ebc64951cd9d89edc41870"
8SRC_URI[sha256sum] = "509f9419ee91cdd00ba34443217d5ca51f5a364a404e1dce9e8979cea969ca48"
9
10DEPENDS += " \
11 ${PYTHON_PN}-pip \
12 "
13
14RDEPENDS_${PN} += " \
15 "
16