Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "A high-level Python Web framework" |
| 2 | HOMEPAGE = "http://www.djangoproject.com/" |
| 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" |
| 5 | |
| 6 | SRC_URI[md5sum] = "8cef0d42aabacbc414ec4fbbb6056f3c" |
| 7 | SRC_URI[sha256sum] = "1836878162dfdf865492bacfdff0321e4ee8f1e7d51d93192546000b54982b29" |
| 8 | |
| 9 | PYPI_PACKAGE = "Django" |
| 10 | inherit pypi |
| 11 | |
| 12 | FILES_${PN} += "${datadir}/django" |
| 13 | |
| 14 | BBCLASSEXTEND = "nativesdk" |
| 15 | |
| 16 | RDEPENDS_${PN} += "\ |
| 17 | ${PYTHON_PN}-datetime \ |
| 18 | ${PYTHON_PN}-importlib \ |
| 19 | ${PYTHON_PN}-numbers \ |
| 20 | ${PYTHON_PN}-pip \ |
| 21 | ${PYTHON_PN}-pkgutil \ |
| 22 | ${PYTHON_PN}-subprocess \ |
| 23 | ${PYTHON_PN}-threading \ |
| 24 | " |