blob: c78c8aab5e380704c897e52b10e89366d67dfe76 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001require python-django.inc
2inherit setuptools3
3
Patrick Williams73bd93f2024-02-20 08:07:48 -06004SRC_URI[sha256sum] = "b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13"
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,
13# PREFERRED_VERSION_python3-django = "4.0.2" can be added to local.conf
14DEFAULT_PREFERENCE = "-1"