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 | |||||
Patrick Williams | 03907ee | 2022-05-01 06:28:52 -0500 | [diff] [blame^] | 8 | SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 9 | |
10 | RDEPENDS:${PN} += "\ | ||||
11 | ${PYTHON_PN}-sqlparse \ | ||||
12 | " |