1require 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] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413"
9
10RDEPENDS:${PN} += "\
11    ${PYTHON_PN}-sqlparse \
12"
13