inventory and python-inventoryclient: remove the recipes
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-metal / python-inventoryclient.bb
diff --git a/meta-starlingx/meta-stx-flock/stx-metal/python-inventoryclient.bb b/meta-starlingx/meta-stx-flock/stx-metal/python-inventoryclient.bb
deleted file mode 100644 (file)
index 067ed73..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-require metal-common.inc
-
-SUBPATH0 = "python-inventoryclient/inventoryclient"
-
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
-
-RDEPENDS_${PN}_append = " \
-       python \
-       python-pbr \
-       python-six \
-       python-oslo.i18n \
-       python-oslo.utils \
-       python-requests \
-       bash \
-       bash-completion \
-       "
-
-
-do_install_append () {
-       
-       install -d -m 755 ${D}/${sysconfdir}/bash_completion.d
-       install -p -D -m 664 tools/inventory.bash_completion ${D}/${sysconfdir}/bash_completion.d
-
-}
-
-_FILES_${PN}_append = " \
-       ${bindir}/inventory \
-       ${sysconfdir}/bash_completion.d/inventory.bash_completion \
-       ${libdir}/python2.7/site-packages/inventoryclient-*.egg-info/ \
-       ${libdir}/python2.7/site-packages/inventoryclient/ \
-       "