aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_3.2.23.bb
blob: beecaa607c342e92b6cba3ad13d3668e4b99c8f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require python-django.inc
inherit setuptools3

SRC_URI[sha256sum] = "82968f3640e29ef4a773af2c28448f5f7a08d001c6ac05b32d02aeee6509508b"

RDEPENDS:${PN} += "\
    ${PYTHON_PN}-sqlparse \
"

# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
# default. To build the 3.x branch, 
# PREFERRED_VERSION_python3-django = "3.2.23" can be added to local.conf
DEFAULT_PREFERENCE = "-1"