diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb new file mode 100644 index 0000000..c3eabb2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | DESCRIPTION = "Highly concurrent networking library" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/eventlet" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "a7e8759e6684352ea81a157b6f93fb9b" | ||
| 8 | SRC_URI[sha256sum] = "f0610bd0d3bb3d51d69f74caa4ad04fc7bce424cdb72e54d08ccda90d8c69800" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
