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 }