From 543b6a06f7dc64b6ef604d52cb13d61cf9bc1f63 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 29 Oct 2014 14:42:49 -0700 Subject: [PATCH] Link bug in requirements so people understand why pbr is listed To make it more obvious why pbr is the first requirement in the file/s add a link to the bug that caused this requirement to be re-added so that for future prosperity/generations... it is known. Change-Id: I11b23675cc379934e83b237bc30ca6baa0a87751 --- requirements-py2.txt | 1 + requirements-py3.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements-py2.txt b/requirements-py2.txt index fe897b7b2..0827e7ed0 100644 --- a/requirements-py2.txt +++ b/requirements-py2.txt @@ -2,6 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here... pbr>=0.6,!=0.7,<1.0 # Packages needed for using this library. diff --git a/requirements-py3.txt b/requirements-py3.txt index f135eff4f..5f265dcc9 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -2,6 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here... pbr>=0.6,!=0.7,<1.0 # Packages needed for using this library.