diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-10-31 14:41:14 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-31 08:13:26 -0700 |
| commit | b2a66eead114d77f69360b9b8c3cd83a476eb9aa (patch) | |
| tree | a433f54a3bb25a57b28c44a1af0975ba042c1f75 /meta-python/recipes-devtools/python/python3-django.inc | |
| parent | b8ce4f282ba0e65dfc8e98c84f6cfd26fb53c111 (diff) | |
| download | meta-openembedded-b2a66eead114d77f69360b9b8c3cd83a476eb9aa.tar.gz | |
python3-django: rename .inc file to BPN.inc
* this one has 2 versions, so the .inc file cannot be folded into .bb files
but we can at least rename it to start with BPN for consistency
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django.inc | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django.inc b/meta-python/recipes-devtools/python/python3-django.inc new file mode 100644 index 0000000000..d9ab3fd21f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django.inc | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | SUMMARY = "A high-level Python Web framework" | ||
| 2 | HOMEPAGE = "http://www.djangoproject.com/" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "Django" | ||
| 7 | inherit pypi | ||
| 8 | |||
| 9 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
| 10 | |||
| 11 | FILES:${PN} += "${datadir}/django" | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "\ | ||
| 16 | python3-compression \ | ||
| 17 | python3-ctypes \ | ||
| 18 | python3-datetime \ | ||
| 19 | python3-email \ | ||
| 20 | python3-html \ | ||
| 21 | python3-json \ | ||
| 22 | python3-logging \ | ||
| 23 | python3-multiprocessing \ | ||
| 24 | python3-netserver \ | ||
| 25 | python3-numbers \ | ||
| 26 | python3-pkgutil \ | ||
| 27 | python3-pytz \ | ||
| 28 | python3-threading \ | ||
| 29 | python3-unixadmin \ | ||
| 30 | python3-xml \ | ||
| 31 | " | ||
| 32 | |||
| 33 | CVE_PRODUCT = "django" | ||
