summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-21 14:01:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-21 14:01:02 -0400
commit0554ac8fac27cac9af3bc636372f6619ab031120 (patch)
tree2dca3e5e7bf4309c52729c0c0a335bc3d9320a86 /meta-openstack
parent28c1417fd23a8281e62f3b18e68bd5d835338c84 (diff)
downloadmeta-cloud-services-0554ac8fac27cac9af3bc636372f6619ab031120.tar.gz
xstatic: introduce to meet horizon (juno) dependencies
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb
new file mode 100644
index 0000000..4b8c09b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "XStatic base package with minimal support code"
2HOMEPAGE = "http:/bitbucket.org/thomaswaldmann/xstatic"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://README.txt;md5=36a1e7eaa71e1bd07b8d2247839f228e"
6
7PR = "r0"
8
9SRCNAME = "XStatic"
10SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "7064b5ea7fd1ee990e0ae0538301d9bc"
13SRC_URI[sha256sum] = "0ec93d7c66ebb9e0d31b664753437dc8634cb66e13310cb47c9eb1e0bc66d726"
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 "