diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 10:09:35 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 10:09:35 -0400 |
| commit | 5cd2721115351f45681aecbf2cd6798b7082c2ac (patch) | |
| tree | 531d446d1cd6a355e762a57a29d6324fb925631c /meta-openstack/recipes-devtools/python | |
| parent | ebea4f722017f6f38fa639c120bb5795fbaa1f42 (diff) | |
| download | meta-cloud-services-5cd2721115351f45681aecbf2cd6798b7082c2ac.tar.gz | |
horizon/libs: introduce jquery-ui for juno requirements
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-jquery-ui_1.11.0.1.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery-ui_1.11.0.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jquery-ui_1.11.0.1.bb new file mode 100644 index 0000000..97a1eff --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-jquery-ui_1.11.0.1.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "%DESCRIPTION%" | ||
| 2 | HOMEPAGE = "%URL%" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=55ac15f231e5629fb6576e349c318199" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "XStatic-jquery-ui" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "03d8ea7a0dab29d548e7bc195703b04f" | ||
| 13 | SRC_URI[sha256sum] = "099b1836eb0d91b8dc98f5b8a6b856a2631d43af0d47f33ef90ee72ed37bda58" | ||
| 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 | " | ||
