summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rjsmin_1.0.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rjsmin_1.0.12.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rjsmin_1.0.12.bb17
1 files changed, 2 insertions, 15 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rjsmin_1.0.12.bb b/meta-openstack/recipes-devtools/python/python-rjsmin_1.0.12.bb
index 508390a..528c4a0 100644
--- a/meta-openstack/recipes-devtools/python/python-rjsmin_1.0.12.bb
+++ b/meta-openstack/recipes-devtools/python/python-rjsmin_1.0.12.bb
@@ -1,15 +1,2 @@
1DESCRIPTION = "rJSmin is a javascript minifier written in python." 1require python-rjsmin.inc
2HOMEPAGE = "http://opensource.perlig.de/rjsmin/" 2inherit setuptools
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
6
7SRC_URI[md5sum] = "9f67e133c88df5497d3da847603da9bf"
8SRC_URI[sha256sum] = "dd9591aa73500b08b7db24367f8d32c6470021f39d5ab4e50c7c02e4401386f1"
9
10inherit setuptools pypi
11
12RDEPENDS_${PN} += " \
13 "
14
15CLEANBROKEN = "1"