summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb
new file mode 100644
index 0000000000..cf41feae70
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb
@@ -0,0 +1,31 @@
1SUMMARY = "WSGI HTTP Server for UNIX"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5dc9171ccd8fcbd7827c850148b3ca98"
5
6SRC_URI[sha256sum] = "f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889"
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 bash \
19 python3-eventlet \
20 python3-gevent \
21 python3-misc \
22 python3-pytest \
23 python3-unittest-automake-output \
24"
25
26do_install_ptest() {
27 install -d ${D}${PTEST_PATH}/tests
28 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
29}
30
31RDEPENDS:${PN} += "python3-setuptools python3-fcntl"