Files
meta-openembedded/meta-python/recipes-devtools/python/python3-constantly_23.10.4.bb
T
Jaipaul Cheernam 2f4c38d5d6 meta-python: fix trailing whitespace
Bitbake now warns about trailing whitespace in parsed metadata lines.
Fix the affected files to silence the warnings during parsing.

Reported on:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/89/builds/4284/steps/15/logs/warnings

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-26 01:43:11 -07:00

13 lines
391 B
BlitzBasic

DESCRIPTION = "Symbolic constants in Python"
HOMEPAGE = "https://github.com/twisted/constantly"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e393e4ddd223e3a74982efa784f89fd7"
SRC_URI[sha256sum] = "aa92b70a33e2ac0bb33cd745eb61776594dc48764b06c35e0efd050b7f1c7cbd"
inherit pypi python_setuptools_build_meta
DEPENDS += "python3-versioneer-native"
RDEPENDS:${PN} += "python3-json"