Reorder buildorder values to build jwt earlier

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2019-01-15 08:19:30 -05:00
commit faa59fa6c1
No known key found for this signature in database
GPG key ID: 7A25556236BAA3A3

View file

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