python3-multidict: fix: update S for python3-multidict recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Tom Geelen 2025-06-21 16:17:17 +02:00 committed by Khem Raj
parent af2e6a25cf
commit 0cb6b97402
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -10,7 +10,7 @@ PV .= "+git"
SRCREV = "df5b5dbb6e3e262b9311755cf130c669e121eb81"
PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https"
S = "${WORKDIR}/git"
S = "${UNPACKDIR}/python3-multidict-${PV}"
RDEPENDS:${PN}-ptest += " \
python3-objgraph \