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 ...