mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-10 13:00:19 +00:00
python3-multidict: fix: update S for python3-multidict recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user