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

With the upstream check migrated to the simple repo API, a number of the recipes required updates to: 1. Remove outdated UPSTREAM_CHECK_REGEX checks 2. Add recipe specific UPSTREAM_CHECK_PYPI_PACKAGE definitions for packages that use '_', CamelCase, or other deviations from PEP625 in the source archive Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
482 B
BlitzBasic
16 lines
482 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"
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|