python3-djangorestframework: upgrade 3.16.0 -> 3.16.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2025-08-20 16:39:43 +08:00
committed by Khem Raj
parent 61e741666d
commit 977306533f

View File

@@ -0,0 +1,16 @@
SUMMARY = "djangorestframework"
DESCRIPTION = "pip3 install djangorestframework"
HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1"
SRC_URI[sha256sum] = "166809528b1aced0a17dc66c24492af18049f2c9420dbd0be29422029cfc3ff7"
PYPI_PACKAGE = "djangorestframework"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
python3-django \
"