summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-cheroot.inc
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-iot-cloud/recipes-devtools/python/python-cheroot.inc
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-cheroot.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-cheroot.inc28
1 files changed, 28 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-cheroot.inc b/external/meta-iot-cloud/recipes-devtools/python/python-cheroot.inc
new file mode 100644
index 00000000..ea37ab6c
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-cheroot.inc
@@ -0,0 +1,28 @@
+DESCRIPTION = "Highly-optimized, pure-python HTTP server"
+HOMEPAGE = "https://github.com/cherrypy/cheroot"
+AUTHOR = "CherryPy Team"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=beeffd9dfcc746ed5a91921f1acc2746"
+
+DEPENDS += "\
+ ${PYTHON_PN}-setuptools-scm-native \
+ ${PYTHON_PN}-setuptools-scm-git-archive-native \
+"
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-email \
+ ${PYTHON_PN}-fcntl \
+ ${PYTHON_PN}-io \
+ ${PYTHON_PN}-logging \
+ ${PYTHON_PN}-unixadmin \
+"
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-pyopenssl \
+ ${PYTHON_PN}-six \
+"
+
+PR = "r0"
+
+SRC_URI[md5sum] = "3606d3101486791f198b72389ac99f4a"
+SRC_URI[sha256sum] = "4fa28eef11bb7bb6a532fb0d51338ff631709e8527b7002d59edd4108f1e345a"