summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_5.0.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_5.0.10.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.0.10.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.10.bb b/meta-python/recipes-devtools/python/python3-django_5.0.10.bb
new file mode 100644
index 0000000000..beadf3e953
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_5.0.10.bb
@@ -0,0 +1,9 @@
1require python3-django.inc
2inherit python_setuptools_build_meta
3
4SRC_URI[sha256sum] = "0f6cbc56cc298b0451d20a5120c6a8731e9073330fb5d84295c23c151a1eb300"
5
6RDEPENDS:${PN} += "\
7 python3-sqlparse \
8 python3-asgiref \
9"