X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-eventlet_0.18.4.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-eventlet_0.18.4.bb;h=db3ded123488aef4b1d8dbb4227572aff2475e04;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-eventlet_0.18.4.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-eventlet_0.18.4.bb new file mode 100644 index 0000000..db3ded1 --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-eventlet_0.18.4.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Highly concurrent networking library" +HOMEPAGE = "http://pypi.python.org/pypi/eventlet" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" + +SRC_URI[md5sum] = "8d1c646d8cc10a4958c92fe8a30f3676" +SRC_URI[sha256sum] = "74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685" + +inherit setuptools pypi + +RDEPENDS_${PN} += " \ + python-enum34 \ + python-enum-compat \ + python-greenlet \ + "