summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-entrypoints.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-entrypoints.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-entrypoints.inc17
1 files changed, 17 insertions, 0 deletions
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