diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-django_5.2.bb')
| -rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-django_5.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-django_5.2.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-django_5.2.bb new file mode 100644 index 0000000000..8a20448e22 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-django_5.2.bb @@ -0,0 +1,13 @@ +require python3-django.inc +inherit python_setuptools_build_meta + +SRC_URI[sha256sum] = "1a47f7a7a3d43ce64570d350e008d2949abe8c7e21737b351b6a1611277c6d89" + +SRC_URI += "\ + file://0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch \ +" + +RDEPENDS:${PN} += "\ + python3-sqlparse \ + python3-asgiref \ +" |
