Files
meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-keystoneclient_git.bbappend
Babak Sarashki 63b6601bdd meta-stx: update LICENSE and copyright info
- Change License from Apache2 to MIT.
- Remove Copyright from individual recipes
- Move License to README.md
- Add meta-stx Copyright to README.md

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
2020-06-08 13:00:26 -07:00

19 lines
341 B
Plaintext

SRC_URI = "\
git://github.com/openstack/python-keystoneclient.git;branch=stable/rocky \
"
PV = "3.17.0+git${SRCPV}"
SRCREV = "234ea50d5dfa3c6b71c15d32223a2ddf84c1aa1e"
DEPENDS += " \
python-pip \
python-pbr \
"
RDEPENDS_${PN}_append = " \
python-keystone \
keystone-setup \
keystone-cronjobs \
keystone \
"