From 5cd2721115351f45681aecbf2cd6798b7082c2ac Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 21 Oct 2014 10:09:35 -0400 Subject: horizon/libs: introduce jquery-ui for juno requirements Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-jquery-ui_1.11.0.1.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-jquery-ui_1.11.0.1.bb 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 @@ +DESCRIPTION = "%DESCRIPTION%" +HOMEPAGE = "%URL%" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=55ac15f231e5629fb6576e349c318199" + +PR = "r0" + +SRCNAME = "XStatic-jquery-ui" +SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "03d8ea7a0dab29d548e7bc195703b04f" +SRC_URI[sha256sum] = "099b1836eb0d91b8dc98f5b8a6b856a2631d43af0d47f33ef90ee72ed37bda58" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf