meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-keystoneauth1.inc
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-keystoneauth1.inc b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-keystoneauth1.inc
deleted file mode 100644 (file)
index 12aa80b..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-
-DESCRIPTION = "Authentication Library for OpenStack Identity"
-HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574"
-
-SRC_URI[md5sum] = "0864f3485db8709d1dec0c8fa6073a31"
-SRC_URI[sha256sum] = "db91ccab5cc43dac4a25dc2c090642d7c31f9ceb28df2c685620d7c12335a8cd"
-
-inherit pypi
-
-DEPENDS += " \
-        ${PYTHON_PN}-pbr \
-        "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        ${PYTHON_PN}-pbr-native \
-        "
-
-RDEPENDS_${PN} += " \
-        ${PYTHON_PN}-pbr \
-        ${PYTHON_PN}-iso8601 \
-        ${PYTHON_PN}-requests \
-        ${PYTHON_PN}-six \
-        ${PYTHON_PN}-stevedore \
-       python2-os-service-types \
-        "