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