From 156571ffc95610de44b96ccef397cfb78ff5bf48 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 10 Sep 2014 20:33:24 +0200 Subject: [PATCH] Warn against sorting requirements Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Closes-Bug: 1365061 --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fb1d73..fa49d1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,13 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +pbr>=0.6,<1.0 actdiag blockdiag doc8 nwdiag oslosphinx -pbr>=0.6,<1.0 seqdiag sphinx>=1.1.2,<1.2 sphinxcontrib-actdiag