mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
505 B
BlitzBasic
19 lines
505 B
BlitzBasic
SUMMARY = "pytest plugin to test server connections locally."
|
|
HOMEPAGE = "https://github.com/pytest-dev/pytest-localserver"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b8da7a541d738b054dcbf70c31530432"
|
|
|
|
DEPENDS += "python3-setuptools-scm-native"
|
|
|
|
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
|
|
|
SRC_URI[sha256sum] = "66569c34fef31a5750b16effd1cd1288a7a90b59155d005e7f916accd3dee4f1"
|
|
|
|
RDEPENDS:${PN}-ptest += " \
|
|
python3-requests \
|
|
"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-werkzeug \
|
|
"
|