Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-keystoneauth1.inc
1
2 DESCRIPTION = "Authentication Library for OpenStack Identity"
3 HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1"
4 SECTION = "devel/python"
5 LICENSE = "Apache-2.0"
6 LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574"
7
8 SRC_URI[md5sum] = "0864f3485db8709d1dec0c8fa6073a31"
9 SRC_URI[sha256sum] = "db91ccab5cc43dac4a25dc2c090642d7c31f9ceb28df2c685620d7c12335a8cd"
10
11 inherit pypi
12
13 DEPENDS += " \
14         ${PYTHON_PN}-pbr \
15         "
16
17 # Satisfy setup.py 'setup_requires'
18 DEPENDS += " \
19         ${PYTHON_PN}-pbr-native \
20         "
21
22 RDEPENDS_${PN} += " \
23         ${PYTHON_PN}-pbr \
24         ${PYTHON_PN}-iso8601 \
25         ${PYTHON_PN}-requests \
26         ${PYTHON_PN}-six \
27         ${PYTHON_PN}-stevedore \
28         python2-os-service-types \
29         "