summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb b/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb
index 4bdb706..c546c85 100644
--- a/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb
@@ -4,17 +4,12 @@ SECTION = "devel/python"
4LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause" 4LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=021598d037fd39ab02e53249e1fe4b6f" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=021598d037fd39ab02e53249e1fe4b6f"
6 6
7SRCNAME = "django_compressor" 7PYPI_PACKAGE = "django_compressor"
8
9SRC_URI = "https://pypi.io/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
10"
11 8
12SRC_URI[md5sum] = "21ecfe4e8615eae64f7068a5599df9af" 9SRC_URI[md5sum] = "21ecfe4e8615eae64f7068a5599df9af"
13SRC_URI[sha256sum] = "ae0051bc0c7a0660c93434e68d617553fccdd573293dfd15aa33f78d2b4954ef" 10SRC_URI[sha256sum] = "ae0051bc0c7a0660c93434e68d617553fccdd573293dfd15aa33f78d2b4954ef"
14 11
15S = "${WORKDIR}/${SRCNAME}-${PV}" 12inherit setuptools pypi
16
17inherit setuptools
18 13
19RDEPENDS_${PN} += " \ 14RDEPENDS_${PN} += " \
20 python-django-appconf \ 15 python-django-appconf \