diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-09-08 10:43:14 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-13 22:24:34 -0400 |
| commit | 09cf2a078e720dc1e3252359f574594cc449aa0a (patch) | |
| tree | ae13028eedab8dbc5f60ff8adb302874c5b36b22 /meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb | |
| parent | 51d39a66b83c48e77faefa09ea3eadea55de7f06 (diff) | |
| download | meta-cloud-services-09cf2a078e720dc1e3252359f574594cc449aa0a.tar.gz | |
python3-xstatic-angular-schema: Remove python2 recipe
Since python2 is no longer maintained, the recipe of python2 is removed.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb index eae97b2..aa49f61 100644 --- a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb | |||
| @@ -1,2 +1,22 @@ | |||
| 1 | require python-xstatic-angular-schema-form.inc | 1 | DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip." |
| 2 | inherit setuptools3 | 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form" |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-Angular-Schema-Form" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d" | ||
| 10 | SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300" | ||
| 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 | " | ||
