python3-requests-unixsocket: Fix override syntax

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2022-09-27 08:44:52 -07:00
parent de66eb0c0d
commit 3de8e49bb3

View File

@ -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"