X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-keystonemiddleware_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-keystonemiddleware_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=0f688acfbd7a78a027bff082000631658852fcbc;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-keystonemiddleware_git.bb deleted file mode 100644 index 0f688ac..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-keystonemiddleware_git.bb +++ /dev/null @@ -1,46 +0,0 @@ - -DESCRIPTION = "Middleware for Openstack identity API" -HOMEPAGE = "https://launchpad.net/keystonemiddleware" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" - -SRCREV = "0a65b1420799e7c7f8736e9f6c234f755ab5ac6b" -SRCNAME = "keystonemiddleware" -BRANCH = "stable/train" -PROTOCOL = "https" -PV = "7.0.1+git${SRCPV}" -S = "${WORKDIR}/git" - -SRC_URI = "git://git.openstack.org/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} += " \ - python-keystoneauth1 \ - python-oslo.cache \ - python-oslo.config \ - python-oslo.context \ - python-oslo.i18n \ - python-oslo.log \ - python-oslo.serialization \ - python-oslo.utils \ - python-pbr \ - python-positional \ - python-pycadf \ - python-keystoneclient \ - python-requests \ - python-six \ - python-webob \ - "