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