Add enum-compat for upstream requirements

This patch can be reverted once enum-compat is un upper-constriants.txt

Change-Id: I0a32d4aca22bf592b80479a01151e67e91232259
This commit is contained in:
Sam Yaple 2018-05-08 14:37:50 -04:00
parent 2b85b07298
commit fd31a2f0d5
No known key found for this signature in database
GPG Key ID: 9329D8A45034DAB9
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
tag: "{{ branch }}-{{ item.name }}"
repository: 172.17.0.1:5000/loci/requirements
push: yes
buildargs:
# NOTE(SamYaple): enum-compat isnt in upper-constraints yet
PIP_PACKAGES: "enum-compat"
with_items: "{{ distros }}"
async: 1000
poll: 0