summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-cherrypy.inc
blob: 9a2700554e2e0f92f6608c7bdcbc08fc61bf8fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
DESCRIPTION = "Object-Oriented HTTP framework"
HOMEPAGE = "https://www.cherrypy.org/"
AUTHOR = "CherryPy Team"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=beeffd9dfcc746ed5a91921f1acc2746"

PYPI_PACKAGE = "CherryPy"

DEPENDS += "\
    ${PYTHON_PN}-setuptools-scm-native \
"

RDEPENDS_${PN} += " \
    ${PYTHON_PN}-compression \
    ${PYTHON_PN}-crypt \
    ${PYTHON_PN}-datetime \
    ${PYTHON_PN}-email \
    ${PYTHON_PN}-fcntl \
    ${PYTHON_PN}-html \
    ${PYTHON_PN}-io \
    ${PYTHON_PN}-json \
    ${PYTHON_PN}-logging \
    ${PYTHON_PN}-netclient \
    ${PYTHON_PN}-netserver \
    ${PYTHON_PN}-profile \
    ${PYTHON_PN}-pydoc \
    ${PYTHON_PN}-xml \
    ${PYTHON_PN}-unixadmin \
"

RDEPENDS_${PN} += " \
    ${PYTHON_PN}-cheroot \
    ${PYTHON_PN}-contextlib2 \
    ${PYTHON_PN}-memcached \
    ${PYTHON_PN}-portend \
    ${PYTHON_PN}-pyopenssl \
    ${PYTHON_PN}-routes \
    ${PYTHON_PN}-simplejson \
    ${PYTHON_PN}-six \
    ${PYTHON_PN}-zc-lockfile \
"

PR = "r0"

SRC_URI[md5sum] = "67a01707c3c432403b663201d031a288"
SRC_URI[sha256sum] = "c3e4d76232ade4c47666b9008f92556465df517b8dca833ece3bed027028ae7d"