From f548e66a69046f60762de05777090c95708ee4a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Fri, 16 Jan 2026 16:45:24 +0100 Subject: [PATCH] recipes-bsp/python/python3-psptool_3.0.bb: Update PSPTool rev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Żygowski --- .../{python3-psptool_3.0.bb => python3-psptool_3.3.bb} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename recipes-bsp/python/{python3-psptool_3.0.bb => python3-psptool_3.3.bb} (75%) diff --git a/recipes-bsp/python/python3-psptool_3.0.bb b/recipes-bsp/python/python3-psptool_3.3.bb similarity index 75% rename from recipes-bsp/python/python3-psptool_3.0.bb rename to recipes-bsp/python/python3-psptool_3.3.bb index 7eb9934..45292d4 100644 --- a/recipes-bsp/python/python3-psptool_3.0.bb +++ b/recipes-bsp/python/python3-psptool_3.3.bb @@ -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 \ "