summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-07-20 22:36:56 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-20 14:50:13 -0400
commit3c09b5d9b812fe28c8ffbc1aef4190c52f261a83 (patch)
treee38e295f6f3303d644c80a97d0c29f770e9bca1b /meta-openstack
parent5642025a644c992ffa81762bf30a0d81f4afaa56 (diff)
downloadmeta-cloud-services-3c09b5d9b812fe28c8ffbc1aef4190c52f261a83.tar.gz
python3-django-appconf: upgrade 1.0.1 -> 1.0.4
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-appconf_1.0.1.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.1.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.4.bb (renamed from meta-openstack/recipes-devtools/python/python-django-appconf.inc)11
3 files changed, 6 insertions, 9 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-appconf_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-django-appconf_1.0.1.bb
deleted file mode 100644
index 6cc57ba..0000000
--- a/meta-openstack/recipes-devtools/python/python-django-appconf_1.0.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-django-appconf.inc
2inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.1.bb b/meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.1.bb
deleted file mode 100644
index 6cc57ba..0000000
--- a/meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-django-appconf.inc
2inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-django-appconf.inc b/meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.4.bb
index 00f2e3e..0fb09e1 100644
--- a/meta-openstack/recipes-devtools/python/python-django-appconf.inc
+++ b/meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.4.bb
@@ -4,10 +4,11 @@ SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3f34b9b2f6413fd5f91869fa7e992457" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3f34b9b2f6413fd5f91869fa7e992457"
6 6
7SRC_URI[md5sum] = "29c87a00f0d098b90f3ac6113ae6e52d" 7SRC_URI[md5sum] = "da4a355140acaa3eeb236987ab174e9d"
8SRC_URI[sha256sum] = "ba1375fb1024e8e91547504d4392321795c989fde500b96ebc7c93884f786e60" 8SRC_URI[sha256sum] = "be58deb54a43d77d2e1621fe59f787681376d3cd0b8bd8e4758ef6c3a6453380"
9 9
10inherit pypi 10inherit setuptools3 pypi
11 11
12#RDEPENDS_${PN} += "${PYTHON_PN}-six \ 12RDEPENDS_${PN} += " \
13# " 13 ${PYTHON_PN}-django \
14 "