mirror of
https://github.com/Dasharo/meta-dasharo.git
synced 2026-06-13 19:16:22 -07:00
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:
+4
-5
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user