mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
python3-requests-unixsocket: Fix override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
de66eb0c0d
commit
3de8e49bb3
|
@ -11,4 +11,4 @@ inherit pypi
|
||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
|
|
||||||
DEPENDS += "python3-pbr-native"
|
DEPENDS += "python3-pbr-native"
|
||||||
RDEPENDS_${PN} = "python3-requests python3-urllib3"
|
RDEPENDS:${PN} = "python3-requests python3-urllib3"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user