Reorder buildorder values to build jwt earlier
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
8670b14c68
commit
faa59fa6c1
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue