summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django-compressor_1.3.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-10-21 09:18:16 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-10-21 09:18:16 -0400
commit9be49d7dd9cad6f115d1a0c59e33324e1fef7d79 (patch)
treeaee3deb71011144ad68f0a0ee46c4dd92815ebb2 /meta-openstack/recipes-devtools/python/python-django-compressor_1.3.bb
parent0770c2edfd5767227313729834b7ef7dd279df2b (diff)
downloadmeta-cloud-services-9be49d7dd9cad6f115d1a0c59e33324e1fef7d79.tar.gz
horizon: update dependencies for juno rc2
Updating the horizon dependent packages to the juno-rc2 required versions Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-compressor_1.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-compressor_1.3.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-compressor_1.3.bb b/meta-openstack/recipes-devtools/python/python-django-compressor_1.3.bb
deleted file mode 100644
index e5ae32e..0000000
--- a/meta-openstack/recipes-devtools/python/python-django-compressor_1.3.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1DESCRIPTION = "Compresses linked and inline JavaScript or CSS into single cached files."
2HOMEPAGE = "http://django-compressor.readthedocs.org/en/latest/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=005b23b510258ab60c075b1623eafd14"
6
7PR = "r0"
8SRCNAME = "django_compressor"
9
10SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
11"
12
13SRC_URI[md5sum] = "da8ee3c5908d648ded03dfe996499b15"
14SRC_URI[sha256sum] = "66ff1a845a6c1b16c4cf552ee3d746033979e46cd9bd5d999d4b5dae93327a52"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools
19
20RDEPENDS_${PN} += "python-django-appconf \
21 "