X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-cinderclient_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-cinderclient_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=1a4fe1ca643c5f0cf5a91acf0f223b5f167f4554;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-cinderclient_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-cinderclient_git.bb deleted file mode 100644 index 1a4fe1c..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-cinderclient_git.bb +++ /dev/null @@ -1,48 +0,0 @@ - -DESCRIPTION = "Client for the OpenStack Cinder API" -HOMEPAGE = "https://opendev.org/openstack/python-cinderclient" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" - -SRCREV = "a63d4d651ae2f7614224f716b3ef8ebf392a6b78" -SRCNAME = "python-cinderclient" -BRANCH = "stable/train" -PROTOCOL = "https" -PV = "5.0.0+git${SRCPV}" -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - -inherit setuptools - -DEPENDS += " \ - python-pip \ - python-pbr-native\ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - bash \ - python-pbr \ - python-prettytable \ - python-keystoneauth1 \ - python-oslo.i18n \ - python-oslo.utils \ - python-six \ - python-osc-lib \ - python-babel \ - python-requests \ - python-simplejson \ - " - - -do_install_append() { - install -d -m 755 ${D}/${sysconfdir}/bash_completion.d - install -p -D -m 664 tools/cinder.bash_completion ${D}/${sysconfdir}/bash_completion.d/cinder.bash_completion - -}