Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame^] | 1 | require python-django.inc |
2 | |||||
3 | # Pin to 2.2.x LTS releases ONLY for this recipe | ||||
4 | UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P<pver>(2\.2\.\d*)+)/" | ||||
5 | |||||
6 | inherit setuptools3 | ||||
7 | |||||
8 | SRC_URI[sha256sum] = "1ee37046b0bf2b61e83b3a01d067323516ec3b6f2b17cd49b1326dd4ba9dc913" | ||||
9 | |||||
10 | RDEPENDS:${PN} += "\ | ||||
11 | ${PYTHON_PN}-sqlparse \ | ||||
12 | " |