Files
meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb
T
Ross Burton e2f053038c meta-python: remove redundant UPSTREAM_CHECK_PYPI_PACKAGE
Remove redundant UPSTREAM_CHECK_PYPI_PACKAGE assignments of PYPI_PACKAGE,
which is the default value.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-09-04 17:10:37 -07:00

15 lines
434 B
BlitzBasic

SUMMARY = "Pytest Plugin to disable socket calls during tests"
HOMEPAGE = "https://github.com/miketheman/pytest-socket"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1752f63a3a8a02fed42e580e9b94a081"
SRC_URI[sha256sum] = "71ab048cbbcb085c15a4423b73b619a8b35d6a307f46f78ea46be51b1b7e11b3"
inherit pypi python_poetry_core
RDEPENDS:${PN} = "python3-pytest"
BBCLASSEXTEND = "native nativesdk"
PYPI_PACKAGE = "pytest_socket"