mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python-django: update to version 1.10.5
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4b5baed4c7
commit
f53736794e
24
meta-python/recipes-devtools/python/python-django_1.10.5.bb
Normal file
24
meta-python/recipes-devtools/python/python-django_1.10.5.bb
Normal file
@@ -0,0 +1,24 @@
|
||||
SUMMARY = "A high-level Python Web framework"
|
||||
HOMEPAGE = "http://www.djangoproject.com/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
|
||||
|
||||
SRC_URI[md5sum] = "3fce02f1e6461fec21f1f15ea7489924"
|
||||
SRC_URI[sha256sum] = "0db89374b691b9c8b057632a6cd64b18d08db2f4d63b4d4af6024267ab965f8b"
|
||||
|
||||
PYPI_PACKAGE = "Django"
|
||||
inherit pypi setuptools
|
||||
|
||||
FILES_${PN} += "${datadir}/django"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-importlib \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pip \
|
||||
${PYTHON_PN}-pkgutil \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
Reference in New Issue
Block a user