diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-09-21 21:42:53 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-21 17:34:21 -0400 |
| commit | 0ef08fccf74e0b99b27d1947084c96d5fc3d3883 (patch) | |
| tree | bfdeb5593a9c1197945e5d114f7c079bbdbbe233 /meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb | |
| parent | 60a78d6e2a64f6c2491be782940f96515a2b94f8 (diff) | |
| download | meta-cloud-services-0ef08fccf74e0b99b27d1947084c96d5fc3d3883.tar.gz | |
python3-xstatic-jasmine: upgrade 2.4.1.1 -> 2.4.1.2
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb new file mode 100644 index 0000000..7e1638b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb | |||
| @@ -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] = "736937d16fd655d1f6f2096b97d8255b" | ||
| 10 | SRC_URI[sha256sum] = "bf921be423c254a5cebc2156a7fd66d8210cefd251fc2fa51f792a153bf9e82b" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | ${PYTHON_PN}-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
