From 4465806d9a16715249272380a1959cdb0a6043bb Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:23:02 +0200 Subject: python3-pydantic: don't use PYTHON_PN and improve coding style We no longer support python2. Drop PYTHON_PN and use python3 explicitly. While at it: order dependencies alphabetically. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pydantic_1.10.7.bb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb index 70f6834f5f..7392b51030 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb @@ -8,13 +8,13 @@ inherit pypi setuptools3 SRC_URI[sha256sum] = "cfc83c0678b6ba51b0532bea66860617c4cd4251ecf76e9846fa5a9f3454e97e" RDEPENDS:${PN} += "\ - ${PYTHON_PN}-typing-extensions \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-numbers \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-image \ - ${PYTHON_PN}-logging \ + python3-core \ + python3-datetime \ + python3-image \ + python3-io \ + python3-json \ + python3-logging \ + python3-netclient \ + python3-numbers \ + python3-typing-extensions \ " -- cgit v1.2.3-54-g00ecf