diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:05 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
| commit | 76038158de34b9d46a0c63990b8e1acc59404e7d (patch) | |
| tree | 2ab9a9ba0b4460e5b2c9a3129b0f79630f184a2f /meta-python | |
| parent | cf77af2bc5162bd7d26fb84ea6ef7d4a2e673224 (diff) | |
| download | meta-openembedded-76038158de34b9d46a0c63990b8e1acc59404e7d.tar.gz | |
python3-redis: fix coding style
Don't use PYTHON_PN, order includes alphabetically and fix whitespaces.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-redis_4.5.5.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb b/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb index 40210b5e25..056a31398c 100644 --- a/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb +++ b/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb | |||
| @@ -8,9 +8,9 @@ SRC_URI[sha256sum] = "dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443 | |||
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += "\ | 11 | RDEPENDS:${PN} += " \ |
| 12 | ${PYTHON_PN}-datetime \ | 12 | python3-asyncio \ |
| 13 | ${PYTHON_PN}-cryptography \ | 13 | python3-cryptography \ |
| 14 | ${PYTHON_PN}-packaging \ | 14 | python3-datetime \ |
| 15 | ${PYTHON_PN}-asyncio \ | 15 | python3-packaging \ |
| 16 | " | 16 | " |
