diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc b/meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc new file mode 100644 index 0000000..cdfb223 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Jasmine JavaScript library packaged for setuptools " | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Jasmine" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-Jasmine" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "9378ce965dfcb4ddb64855cc717d4ec8" | ||
| 10 | SRC_URI[sha256sum] = "d1e8bf3c0e1cf683cc2c0aad95f197e9e51ea747fb91291445223a2b7dbc4740" | ||
| 11 | |||
| 12 | inherit pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | ${PYTHON_PN}-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
