From: Jackie Huang Date: Thu, 3 Jun 2021 06:45:12 +0000 (+0800) Subject: python: remove python-magnumclient and python-muranoclient X-Git-Tag: f-release~46 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1f4afa12d27781a25ae2f93fa3f9790f551b463c;p=pti%2Frtp.git python: remove python-magnumclient and python-muranoclient remove the recipe for python-magnumclient and python-muranoclient since they are not used by StarlingX anymore: ``````````````````````````````````````````````` commit 9f4d09ed3edc16b29455949ae50afce8cf254ee9 Author: Chen, Yan Date: Fri Apr 3 02:38:28 2020 +0000 remove useless clients Remove following clients that are not used by StarlingX anymore: - python-magnumclient - python-muranoclient Story: 2007502 Task: 39259 Task: 39260 Depends-on: https://review.opendev.org/#/c/716818 Signed-off-by: Chen, Yan ``````````````````````````````````````````````` Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: I3ed9f2286d8b6c6d7fa9b10e9f28186b77d9bbdd --- diff --git a/meta-starlingx/meta-stx-distro/recipes-core/packagegroups/packagegroup-stx.bb b/meta-starlingx/meta-stx-distro/recipes-core/packagegroups/packagegroup-stx.bb index 6b910cc..7d3e569 100644 --- a/meta-starlingx/meta-stx-distro/recipes-core/packagegroups/packagegroup-stx.bb +++ b/meta-starlingx/meta-stx-distro/recipes-core/packagegroups/packagegroup-stx.bb @@ -162,8 +162,6 @@ RDEPENDS_packagegroup-stx-upstream = " \ python-ironicclient \ python-keystoneauth1 \ python-keystoneclient \ - python-magnumclient \ - python-muranoclient \ python-novaclient \ python-openstackclient \ python-openstacksdk \ diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-magnumclient_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-magnumclient_git.bb deleted file mode 100644 index e4f82a1..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-magnumclient_git.bb +++ /dev/null @@ -1,37 +0,0 @@ - -DESCRIPTION = "Python client for containers service" -HOMEPAGE = "https://github.com/openstack/python-magnumclient" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" - -SRCREV = "37e602d160632a386c2960ec8777bfc65642a9a9" -SRCNAME = "python-magnumclient" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" -PV = "2.12.0+git${SRCPV}" - -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - -DEPENDS += " \ - python-pip \ - python-pbr-native \ - " - -RDEPENDS_${PN} +=" \ - python-pbr \ - python-babel \ - python-stevedore \ - python-requests \ - python-oslo.i18n \ - python-oslo.serialization \ - python-oslo.utils \ - python-os-client-config \ - python-osc-lib \ - python-prettytable \ - python-cryptography \ - python-decorator \ - " - -inherit setuptools diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-muranoclient_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-muranoclient_git.bb deleted file mode 100644 index a047b41..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-muranoclient_git.bb +++ /dev/null @@ -1,42 +0,0 @@ - -DESCRIPTION = "python-muranoclient" -STABLE = "master" -PROTOCOL = "https" -BRANCH = "master" -SRCREV = "70b4392c7f8524ac25dbf3ab0feb3ac4127c1ecf" -S = "${WORKDIR}/git" -PV = "1.1.1" - -LICENSE = "Apache-2.0" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -SRC_URI = "git://github.com/openstack/python-muranoclient.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - -DEPENDS += " \ - python \ - python-pbr-native \ - " - -inherit setuptools - -RDEPENDS_${PN}_append = " \ - bash \ - python-pbr \ - python-prettytable \ - python-glanceclient \ - python-keystoneclient \ - python-iso8601 \ - python-six \ - python-babel \ - python-pyopenssl \ - python-requests \ - python-pyyaml \ - python-yaql \ - python-osc-lib \ - python-murano-pkg-check \ - python-oslo.serialization \ - python-oslo.utils \ - python-oslo.log \ - python-oslo.i18n \ - "