diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-09-27 08:44:52 -0700 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-27 10:04:35 -0700 | 
| commit | 3de8e49bb30a1d8e220bef0e79c110a3f5981f44 (patch) | |
| tree | d7442535e08d7e3fad876ff3f8e8464f6ccaf9d4 /meta-python | |
| parent | de66eb0c0dae0930f9e1ba7a358db1ae6b3f2849 (diff) | |
| download | meta-openembedded-3de8e49bb30a1d8e220bef0e79c110a3f5981f44.tar.gz | |
python3-requests-unixsocket: Fix override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb b/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb index 330ab7c066..94497b609b 100644 --- a/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb | |||
| @@ -11,4 +11,4 @@ inherit pypi | |||
| 11 | inherit setuptools3 | 11 | inherit setuptools3 | 
| 12 | 12 | ||
| 13 | DEPENDS += "python3-pbr-native" | 13 | DEPENDS += "python3-pbr-native" | 
| 14 | RDEPENDS_${PN} = "python3-requests python3-urllib3" | 14 | RDEPENDS:${PN} = "python3-requests python3-urllib3" | 
