X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-futurist_1.8.1.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-futurist_1.8.1.bb;h=3d831e83d630da79a3226cf1a905a8c2db105b29;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-futurist_1.8.1.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-futurist_1.8.1.bb new file mode 100644 index 0000000..3d831e8 --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-futurist_1.8.1.bb @@ -0,0 +1,26 @@ + +DESCRIPTION = "Useful additions to futures, from the future" +HOMEPAGE = "https://pypi.python.org/pypi/futurist" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRC_URI[md5sum] = "3e5a4b8254ded1624ec807cb7ae04ba5" +SRC_URI[sha256sum] = "499ee57728a987028725f836ac22aa18899702162fa0a0f1bbe2ecd5c8daf1eb" + +inherit setuptools pypi + +DEPENDS += " \ + python-pip \ + python-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-six \ + python-monotonic \ + python-futures \ + python-contextlib2 \ + python-prettytable \ + " +