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