Update a misguided comment about pbr and newness.

Change-Id: Id65c7d0ba332d89cfca3a4f9671877e52b990f32
This commit is contained in:
Robert Collins 2015-06-23 09:41:48 +12:00
parent d2f97201f6
commit 23be267630
1 changed files with 4 additions and 2 deletions

View File

@ -100,8 +100,10 @@ cp -a $BASE_DEVSTACK_DIR/accrc $TARGET_DEVSTACK_DIR/accrc
# Pull down the new global requirements repository
#
# FIXME: this also pulls in new pbr which is not really needed, we
# should separate that in the future.
# this also pulls in new pbr which is needed because older
# releases of various libraries trigger downgrades which then
# would break, and pbr as a setup_requires can't be sanely
# minimum-versioned.
source $TARGET_DEVSTACK_DIR/lib/infra
install_infra