Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-eventlet_0.18.4.bb
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] = "8d1c646d8cc10a4958c92fe8a30f3676"
8 SRC_URI[sha256sum] = "74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685"
9
10 inherit setuptools pypi
11
12 RDEPENDS_${PN} += " \
13     python-enum34 \
14     python-enum-compat \
15     python-greenlet \
16     "