Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | require python-django.inc |
| 2 | inherit setuptools3 |
| 3 | |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 4 | SRC_URI[sha256sum] = "b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 5 | |
| 6 | RDEPENDS:${PN} += "\ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 7 | python3-sqlparse \ |
| 8 | python3-asgiref \ |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 9 | " |
| 10 | |
| 11 | # Set DEFAULT_PREFERENCE so that the LTS version of django is built by |
| 12 | # default. To build the 4.x branch, |
| 13 | # PREFERRED_VERSION_python3-django = "4.0.2" can be added to local.conf |
| 14 | DEFAULT_PREFERENCE = "-1" |