diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-01-06 13:12:50 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-08 16:24:33 -0500 |
| commit | c114cb3bc9651d5783c825072154d039c5fd3c30 (patch) | |
| tree | 8e5a7e569519ba0d7864f9f1ff63689435de2188 /meta-openstack/recipes-devtools/python/python-xstatic-angular-bootstrap_2.2.0.0.bb | |
| parent | fc3c8894a81e40ea09f0ad1530fbbad3180cac78 (diff) | |
| download | meta-cloud-services-c114cb3bc9651d5783c825072154d039c5fd3c30.tar.gz | |
python-xstatic-angular-bootstrap: Add python3 version
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/python-xstatic-angular-bootstrap_2.2.0.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-angular-bootstrap_2.2.0.0.bb | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-bootstrap_2.2.0.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-bootstrap_2.2.0.0.bb index 1265e4b..414bfa8 100644 --- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-bootstrap_2.2.0.0.bb +++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular-bootstrap_2.2.0.0.bb | |||
| @@ -1,19 +1,2 @@ | |||
| 1 | DESCRIPTION = "Angular JavaScript library packaged for setuptools" | 1 | require python-xstatic-angular-bootstrap.inc |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Bootstrap" | 2 | inherit setuptools |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-Angular-Bootstrap" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "1d7d02580f022c36628f99fbf40e39c9" | ||
| 10 | SRC_URI[sha256sum] = "61b0a86aad66bf0d333ed24496f51d77cb20ad5bf664140d86e880b15a231166" | ||
| 11 | |||
| 12 | inherit setuptools pypi | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | " | ||
