diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb new file mode 100644 index 0000000..987cb8a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Angular JavaScript library packaged for setuptools" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-smart-table" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e057224b3cd6c78a00683d4f37a924fd" | ||
| 6 | |||
| 7 | SRCNAME = "XStatic-smart-table" | ||
| 8 | SRC_URI = "http://pypi.io/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "21640f39d064ea292de9e8e7b33f9595" | ||
| 11 | SRC_URI[sha256sum] = "f2fa5ed37c2953253de79c61c346fa6c3c4f38731295d2240552c14298db6b0a" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
