summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb b/meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb
new file mode 100644
index 0000000000..f7951b9b32
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb
@@ -0,0 +1,30 @@
1SUMMARY = "WSGI HTTP Server for UNIX"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf"
5
6SRC_URI[sha256sum] = "f006d110e5cb3102859b4f5cd48335dbd9cc28d0d27cd24ddbdafa6c60929408"
7
8inherit pypi python_setuptools_build_meta ptest
9
10CVE_PRODUCT = "gunicorn"
11
12SRC_URI += " \
13 file://run-ptest \
14"
15
16# python-misc for wsgiref
17RDEPENDS:${PN}-ptest += " \
18 python3-eventlet \
19 python3-gevent \
20 python3-misc \
21 python3-pytest \
22 python3-unittest-automake-output \
23"
24
25do_install_ptest() {
26 install -d ${D}${PTEST_PATH}/tests
27 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
28}
29
30RDEPENDS:${PN} += "python3-setuptools python3-fcntl"