diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-06-15 16:29:41 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-16 20:34:45 -0400 |
| commit | ebb4a9a61b04aba7c870cefa77bc31d08e7180f0 (patch) | |
| tree | 738645d7e41d5faf8c85a0cba859d46d0dc4d034 /meta-openstack/recipes-devtools/python/python3-xstatic-smart-table_1.4.13.2.bb | |
| parent | f6222a6576bd6c36786973ed768b7291f8b57b12 (diff) | |
| download | meta-cloud-services-ebb4a9a61b04aba7c870cefa77bc31d08e7180f0.tar.gz | |
python3-xstatic-smart-table: Change python to python3
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-xstatic-smart-table_1.4.13.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-smart-table_1.4.13.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-smart-table_1.4.13.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-smart-table_1.4.13.2.bb new file mode 100644 index 0000000..bb6895c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-smart-table_1.4.13.2.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "Angular JavaScript library packaged for setuptools3" | ||
| 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 | PYPI_PACKAGE = "XStatic-smart-table" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "21640f39d064ea292de9e8e7b33f9595" | ||
| 10 | SRC_URI[sha256sum] = "f2fa5ed37c2953253de79c61c346fa6c3c4f38731295d2240552c14298db6b0a" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python3-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | " | ||
