recipes-bsp/python/python3-psptool_3.0.bb: Update PSPTool rev

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
Michał Żygowski
2026-01-20 17:55:25 +01:00
committed by Daniil Klimuk
parent 007e6c3948
commit f548e66a69
@@ -4,20 +4,19 @@ LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5b4473596678d62d9d83096273422c8c"
# Build-time dependencies (fix missing pip issue)
DEPENDS += "python3-setuptools-scm-native"
DEPENDS += "python3-hatch-vcs-native"
PV = "3.0+git${SRCPV}"
PV = "3.3+git${SRCPV}"
SRC_URI = "git://github.com/PSPReverse/PSPTool.git;protocol=https;branch=master"
SRCREV = "c228c009fa3f86c06bf0f173a8193aa2d2db4d57"
SRCREV = "9feb0300825e7a94123a6ceee3a5d43c26fdb19f"
S = "${WORKDIR}/git"
inherit setuptools3
inherit python_hatchling
# Runtime dependencies
RDEPENDS:${PN} += " \
python3 \
python3-prettytable \
python3-cryptography \
python3-setuptools \
"