summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_2.2.25.bb
blob: 86d21fed0610e78e840ca12b5c2bfa722ca94a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require python-django.inc

# Pin to 2.2.x LTS releases ONLY for this recipe
UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P<pver>(2\.2\.\d*)+)/"

inherit setuptools3

SRC_URI[sha256sum] = "b1e65eaf371347d4b13eb7e061b09786c973061de95390c327c85c1e2aa2349c"

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