From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python-entrypoints.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 external/meta-iot-cloud/recipes-devtools/python/python-entrypoints.inc (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-entrypoints.inc') diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-entrypoints.inc b/external/meta-iot-cloud/recipes-devtools/python/python-entrypoints.inc new file mode 100644 index 00000000..7060a396 --- /dev/null +++ b/external/meta-iot-cloud/recipes-devtools/python/python-entrypoints.inc @@ -0,0 +1,17 @@ +DESCRIPTION = "Discover and load entry points from installed packages." +AUTHOR = "Thomas Kluyver" +HOMEPAGE = "https://github.com/takluyver/entrypoints" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b6f7f5bd22a5dc0397c806c4e5f8cbd3" + +PR = "r0" + +SRC_URI[md5sum] = "0d3ad1b0130d91e3596ef3a59f25a56c" +SRC_URI[sha256sum] = "d2d587dde06f99545fb13a383d2cd336a8ff1f359c5839ce3a64c917d10c029f" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-compression \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-pprint \ + ${PYTHON_PN}-shell \ +" \ No newline at end of file -- cgit 1.2.3-korg