diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 14:01:02 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 14:01:02 -0400 |
| commit | 0554ac8fac27cac9af3bc636372f6619ab031120 (patch) | |
| tree | 2dca3e5e7bf4309c52729c0c0a335bc3d9320a86 /meta-openstack/recipes-devtools/python | |
| parent | 28c1417fd23a8281e62f3b18e68bd5d835338c84 (diff) | |
| download | meta-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/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb | 27 |
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 @@ | |||
| 1 | DESCRIPTION = "XStatic base package with minimal support code" | ||
| 2 | HOMEPAGE = "http:/bitbucket.org/thomaswaldmann/xstatic" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.txt;md5=36a1e7eaa71e1bd07b8d2247839f228e" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "XStatic" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "7064b5ea7fd1ee990e0ae0538301d9bc" | ||
| 13 | SRC_URI[sha256sum] = "0ec93d7c66ebb9e0d31b664753437dc8634cb66e13310cb47c9eb1e0bc66d726" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
