From 09cf2a078e720dc1e3252359f574594cc449aa0a Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 8 Sep 2020 10:43:14 +0800 Subject: python3-xstatic-angular-schema: Remove python2 recipe Since python2 is no longer maintained, the recipe of python2 is removed. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-angular-schema-form.inc | 22 -------------------- .../python-xstatic-angular-schema-form_0.8.13.0.bb | 2 -- ...python3-xstatic-angular-schema-form_0.8.13.0.bb | 24 ++++++++++++++++++++-- 3 files changed, 22 insertions(+), 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc deleted file mode 100644 index 7bfa957..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip." -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a" - -PYPI_PACKAGE = "XStatic-Angular-Schema-Form" - -SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d" -SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300" - -inherit pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb deleted file mode 100644 index eae97b2..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-xstatic-angular-schema-form.inc -inherit setuptools3 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 @@ -require python-xstatic-angular-schema-form.inc -inherit setuptools3 +DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip." +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a" + +PYPI_PACKAGE = "XStatic-Angular-Schema-Form" + +SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d" +SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf