blob: 45de692356079dc8f278787e5b062a9a512ee6d2 [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} += "\
7 ${PYTHON_PN}-sqlparse \
Patrick Williams92b42cb2022-09-03 06:53:57 -05008 ${PYTHON_PN}-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"