diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-04-07 18:19:24 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-10 07:59:49 -0700 |
| commit | cd7b52861dd4ad3262384987d6f3e619c2f312d6 (patch) | |
| tree | 3ef1834fcd4fe4dfa149c53ce2091a2a388fc745 /meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb | |
| parent | a1efbb73c6e6c49f3c2dc35525b59d98da37a7e2 (diff) | |
| download | meta-openembedded-cd7b52861dd4ad3262384987d6f3e619c2f312d6.tar.gz | |
python3-djangorestframework: upgrade 3.16.1 -> 3.17.1
Changelog:
https://www.django-rest-framework.org/community/release-notes/#deprecation-policy
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb new file mode 100644 index 0000000000..42edd15156 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "djangorestframework" | ||
| 2 | DESCRIPTION = "pip3 install djangorestframework" | ||
| 3 | HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework" | ||
| 4 | |||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "a6def5f447fe78ff853bff1d47a3c59bf38f5434b031780b351b0c73a62db1a5" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "djangorestframework" | ||
| 11 | |||
| 12 | inherit pypi python_setuptools_build_meta | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | python3-django \ | ||
| 16 | " | ||
