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