meta-openembedded/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb
Alexander Kanavin fc78d37ff0
meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-25 06:44:52 -07:00

21 lines
639 B
BlitzBasic

SUMMARY = "Pure-Python implementation of HSS/LMS Digital Signatures (RFC 8554)"
HOMEPAGE = "https://pypi.org/project/pyhsslms"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bbc59ef8bf238c2902ca816b87b58571"
inherit python_setuptools_build_meta
# Maintainer refused to upload source to pypi.org, but said he would in a
# future release. In the meantime, do github
SRC_URI = "git:///github.com/russhousley/pyhsslms.git;branch=master;protocol=https"
SRCREV = "c798728deed6d3f681c9e6bfd7fe8a6705f5638b"
RDEPENDS:${PN} += " \
python3-core \
python3-crypt \
python3-netclient \
"
BBCLASSEXTEND = "native nativesdk"