summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-xstatic-jquery-quicksearch_2.0.3.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-09-04 12:38:16 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-09-04 12:38:16 -0400
commit0ce2ee6f409ad264f9e8fc492e7c63cc4ab4e1bd (patch)
tree61f22d251e9e54594b4c242309d263fa98a93fc2 /meta-openstack/recipes-devtools/python/python-xstatic-jquery-quicksearch_2.0.3.1.bb
parent3830acbfe6a277aea2a6305cd78cdbe6f58eee15 (diff)
downloadmeta-cloud-services-0ce2ee6f409ad264f9e8fc492e7c63cc4ab4e1bd.tar.gz
horizon: add juno dependencies
Update the horizon recipe to have all the juno dependencies. We also introduce the recipes to build those dependencies. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-jquery-quicksearch_2.0.3.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-jquery-quicksearch_2.0.3.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery-quicksearch_2.0.3.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jquery-quicksearch_2.0.3.1.bb
new file mode 100644
index 0000000..19ff86f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-xstatic-jquery-quicksearch_2.0.3.1.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "JQuery.quicksearch JavaScript library packaged for setuptools "
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-JQuery.quicksearch"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=503c3857973c52f673691b910068e2d0"
6
7PR = "r0"
8
9SRCNAME = "XStatic-JQuery.quicksearch"
10SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "0dc4bd1882cf35dc7b19a236ba09b89d"
13SRC_URI[sha256sum] = "1271571b420417add56c274fd935e81bfc79e0d54a03559d6ba5ef369f358477"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# DEPENDS_default: python-pip
20
21DEPENDS += " \
22 python-pip \
23 "
24
25# RDEPENDS_default:
26RDEPENDS_${PN} += " \
27 "