From 1e4fd5514d2daf4b9b233bed42683aebc78d9fcf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 19 Nov 2022 15:44:54 +0800 Subject: python3-django: upgrade 4.1 -> 4.1.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_4.1.3.bb | 9 +++++++++ meta-python/recipes-devtools/python/python3-django_4.1.bb | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-django_4.1.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-django_4.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-django_4.1.3.bb b/meta-python/recipes-devtools/python/python3-django_4.1.3.bb new file mode 100644 index 0000000000..6d800982af --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_4.1.3.bb @@ -0,0 +1,9 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "678bbfc8604eb246ed54e2063f0765f13b321a50526bdc8cb1f943eda7fa31f1" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-sqlparse \ + ${PYTHON_PN}-asgiref \ +" diff --git a/meta-python/recipes-devtools/python/python3-django_4.1.bb b/meta-python/recipes-devtools/python/python3-django_4.1.bb deleted file mode 100644 index 44ea5394da..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_4.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-django.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "032f8a6fc7cf05ccd1214e4a2e21dfcd6a23b9d575c6573cacc8c67828dbe642" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-sqlparse \ - ${PYTHON_PN}-asgiref \ -" -- cgit v1.2.3-54-g00ecf