meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / python / python-keystoneclient_git.bbappend
1
2 SRC_URI = "\
3         git://github.com/openstack/python-keystoneclient.git;branch=stable/rocky \
4         "
5
6 PV = "3.17.0+git${SRCPV}"
7 SRCREV = "234ea50d5dfa3c6b71c15d32223a2ddf84c1aa1e"
8 DEPENDS += " \
9         python-pip \
10         python-pbr \
11         "
12
13 RDEPENDS_${PN}_append = " \
14         python-keystone \
15         keystone-setup \
16         keystone-cronjobs \
17         keystone \
18         "