blob: 786afab2483f5c6e11b3e77eae446646d0c8c825 [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
8SRC_URI[sha256sum] = "1ee37046b0bf2b61e83b3a01d067323516ec3b6f2b17cd49b1326dd4ba9dc913"
9
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-sqlparse \
12"