From faa59fa6c193bf31266a477771f6dcc7d24347b2 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 15 Jan 2019 08:19:30 -0500 Subject: [PATCH] Reorder buildorder values to build jwt earlier Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index e4cd7d0..4924cb2 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -38,7 +38,7 @@ data: python-asana: rationale: Required by ReviewBoard to interact with Asana ref: 0.7 - buildorder: 20 + buildorder: 30 python-django-braces: rationale: Required by django-oauth-toolkit ref: 1 @@ -59,7 +59,7 @@ data: python-django-oauth-toolkit: rationale: Required by ReviewBoard for OAuth2 support ref: 0.9 - buildorder: 10 + buildorder: 20 python-django-pipeline: rationale: An older version of this asset-packaging library for Django that is compatible with Review Board. @@ -74,6 +74,7 @@ data: python-oauthlib: rationale: Required by django-oauth-toolkit ref: 1.0 + buildorder: 10 python-publicsuffix: rationale: Required by python-djblets ref: reviewboard-3.0 @@ -83,9 +84,9 @@ data: python-requests-oauthlib: rationale: Required by Asana ref: 0.8 - buildorder: 10 + buildorder: 20 ReviewBoard: rationale: The Review Board code review tool ref: 3.0 - buildorder: 30 + buildorder: 40 ...