blob: 9ef988176e8f742b80e7b017d267fb9dbba5a263 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001require python-django.inc
2
3# Pin to 2.2.x LTS releases ONLY for this recipe
4UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P<pver>(2\.2\.\d*)+)/"
5
6inherit setuptools3
7
Patrick Williams03907ee2022-05-01 06:28:52 -05008SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413"
Andrew Geissler9aee5002022-03-30 16:27:02 +00009
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-sqlparse \
12"