mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01:00
] Add recipes for django rest framework
Signed-off-by: Joris Offouga <offougajoris@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
18efa5fa25
commit
3ad039f79a
|
|
@ -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[md5sum] = "0d481bf8dbb87bb927b46798edc1a9bd"
|
||||
SRC_URI[sha256sum] = "607865b0bb1598b153793892101d881466bd5a991de12bd6229abb18b1c86136"
|
||||
PYPI_PACKAGE = "djangorestframework"
|
||||
|
||||
inherit pypi
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-django \
|
||||
"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
require python-djangorestframework.inc
|
||||
inherit setuptools
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
require python-djangorestframework.inc
|
||||
inherit setuptools3
|
||||
Loading…
Reference in New Issue
Block a user