summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-09-08 10:42:13 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-13 22:24:34 -0400
commit60a78d6e2a64f6c2491be782940f96515a2b94f8 (patch)
tree98892f9552d3888ccf769adbe87f2d4448c101df
parentca79198f3d78991d8ac1f4c9d89af68f5ad4c8c9 (diff)
downloadmeta-cloud-services-60a78d6e2a64f6c2491be782940f96515a2b94f8.tar.gz
python3-ddjango-compressor: Change to python3
Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb (renamed from meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb b/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb
index f6e73dd..40a0133 100644
--- a/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb
@@ -12,9 +12,9 @@ SRC_URI[sha256sum] = "ae0051bc0c7a0660c93434e68d617553fccdd573293dfd15aa33f78d2b
12inherit setuptools3 pypi 12inherit setuptools3 pypi
13 13
14RDEPENDS_${PN} += " \ 14RDEPENDS_${PN} += " \
15 python-django-appconf \ 15 python3-django-appconf \
16 python-rcssmin \ 16 python3-rcssmin \
17 python-rjsmin \ 17 python3-rjsmin \
18 " 18 "
19 19
20do_install_append() { 20do_install_append() {