summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-django.inc18
-rw-r--r--meta-python/recipes-devtools/python/python-django_1.11.8.bb (renamed from meta-python/recipes-devtools/python/python-django_1.11.5.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-django_1.11.5.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-django_1.11.8.bb7
4 files changed, 23 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc
index e4ed860d7e..fec53791b5 100644
--- a/meta-python/recipes-devtools/python/python-django.inc
+++ b/meta-python/recipes-devtools/python/python-django.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.djangoproject.com/"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
5 5
6SRC_URI[md5sum] = "8cef0d42aabacbc414ec4fbbb6056f3c" 6SRC_URI[md5sum] = "e8b68d44b87a3de36e13547ec2722af2"
7SRC_URI[sha256sum] = "1836878162dfdf865492bacfdff0321e4ee8f1e7d51d93192546000b54982b29" 7SRC_URI[sha256sum] = "fed3e79bb5a3a8d5eb054c7a1ec1de229ef3f43335a67821cc3e489e9582f711"
8 8
9PYPI_PACKAGE = "Django" 9PYPI_PACKAGE = "Django"
10inherit pypi 10inherit pypi
@@ -14,11 +14,21 @@ FILES_${PN} += "${datadir}/django"
14BBCLASSEXTEND = "native nativesdk" 14BBCLASSEXTEND = "native nativesdk"
15 15
16RDEPENDS_${PN} += "\ 16RDEPENDS_${PN} += "\
17 ${PYTHON_PN}-argparse \
18 ${PYTHON_PN}-compression \
19 ${PYTHON_PN}-ctypes \
17 ${PYTHON_PN}-datetime \ 20 ${PYTHON_PN}-datetime \
21 ${PYTHON_PN}-email \
22 ${PYTHON_PN}-html \
18 ${PYTHON_PN}-importlib \ 23 ${PYTHON_PN}-importlib \
24 ${PYTHON_PN}-json \
25 ${PYTHON_PN}-multiprocessing \
26 ${PYTHON_PN}-netserver \
19 ${PYTHON_PN}-numbers \ 27 ${PYTHON_PN}-numbers \
20 ${PYTHON_PN}-pip \
21 ${PYTHON_PN}-pkgutil \ 28 ${PYTHON_PN}-pkgutil \
29 ${PYTHON_PN}-pytz \
22 ${PYTHON_PN}-subprocess \ 30 ${PYTHON_PN}-subprocess \
23 ${PYTHON_PN}-threading \ 31 ${PYTHON_PN}-threading \
24 " 32 ${PYTHON_PN}-unixadmin \
33 ${PYTHON_PN}-xml \
34"
diff --git a/meta-python/recipes-devtools/python/python-django_1.11.5.bb b/meta-python/recipes-devtools/python/python-django_1.11.8.bb
index ccd7714e9f..ed92c9bfe0 100644
--- a/meta-python/recipes-devtools/python/python-django_1.11.5.bb
+++ b/meta-python/recipes-devtools/python/python-django_1.11.8.bb
@@ -1,2 +1,4 @@
1require python-django.inc 1require python-django.inc
2inherit setuptools 2inherit setuptools
3
4RDEPENDS_${PN} += "${PYTHON_PN}-zlib"
diff --git a/meta-python/recipes-devtools/python/python3-django_1.11.5.bb b/meta-python/recipes-devtools/python/python3-django_1.11.5.bb
deleted file mode 100644
index e1e38c3225..0000000000
--- a/meta-python/recipes-devtools/python/python3-django_1.11.5.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-django.inc
2inherit setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-django_1.11.8.bb b/meta-python/recipes-devtools/python/python3-django_1.11.8.bb
new file mode 100644
index 0000000000..ef77603a62
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_1.11.8.bb
@@ -0,0 +1,7 @@
1require python-django.inc
2inherit setuptools3
3
4# Requires _pydecimal which is in misc
5RDEPENDS_${PN} += " \
6 ${PYTHON_PN}-misc \
7"