mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-01 16:10:25 +00:00
Upstream ships its test suite under tests/ (plural), but the recipe overrode PTEST_PYTEST_DIR to "test" (singular), which doesn't exist in the source tree. ptest-python-pytest.bbclass's default is already "tests"; drop the override so the real directory gets installed and run instead of nothing. Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
437 B
BlitzBasic
14 lines
437 B
BlitzBasic
SUMMARY = "WebSockets state-machine based protocol implementation"
|
|
HOMEPAGE = "https://github.com/python-hyper/wsproto/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=69fabf732409f4ac61875827b258caaf"
|
|
|
|
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
|
|
|
SRC_URI[sha256sum] = "b86885dcf294e15204919950f666e06ffc6c7c114ca900b060d6e16293528294"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-h11 \
|
|
python3-netclient \
|
|
"
|