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-cheroot.inc | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 external/meta-iot-cloud/recipes-devtools/python/python-cheroot.inc (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-cheroot.inc') 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" -- cgit 1.2.3-korg