blob: d9ab3fd21fb4fea2d076a6c30d5041961cfc94ea [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "A high-level Python Web framework"
2HOMEPAGE = "http://www.djangoproject.com/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
5
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006PYPI_PACKAGE = "Django"
7inherit pypi
8
Andrew Geissler82c905d2020-04-13 13:39:40 -05009UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
Patrick Williams213cb262021-08-07 19:21:33 -050011FILES:${PN} += "${datadir}/django"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012
Brad Bishop316dfdd2018-06-25 12:45:53 -040013BBCLASSEXTEND = "native nativesdk"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
Patrick Williams213cb262021-08-07 19:21:33 -050015RDEPENDS:${PN} += "\
Patrick Williams39653562024-03-01 08:54:02 -060016 python3-compression \
17 python3-ctypes \
18 python3-datetime \
19 python3-email \
20 python3-html \
21 python3-json \
22 python3-logging \
23 python3-multiprocessing \
24 python3-netserver \
25 python3-numbers \
26 python3-pkgutil \
27 python3-pytz \
28 python3-threading \
29 python3-unixadmin \
30 python3-xml \
Brad Bishop316dfdd2018-06-25 12:45:53 -040031"
Andrew Geissler89770b02020-06-13 10:40:47 -050032
33CVE_PRODUCT = "django"