blob: 0642b7e7c31029244fa0bb540ced64d3a393440a [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001require python-django.inc
2inherit setuptools3
3
Patrick Williams03514f12024-04-05 07:04:11 -05004SRC_URI[sha256sum] = "6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005
6RDEPENDS:${PN} += "\
Patrick Williams39653562024-03-01 08:54:02 -06007 python3-sqlparse \
8 python3-asgiref \
Andrew Geissler9aee5002022-03-30 16:27:02 +00009"
10
11# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
12# default. To build the 4.x branch,
Patrick Williams03514f12024-04-05 07:04:11 -050013# PREFERRED_VERSION_python3-django = "4.2.11" can be added to local.conf
Andrew Geissler9aee5002022-03-30 16:27:02 +000014DEFAULT_PREFERENCE = "-1"