Add dependency on yamllint

dib-lint requires yamllint now, so we need to depend on it.

Change-Id: Iccd2cdbb04bd9b429d8d19b31ff3b10cdd568e15
This commit is contained in:
Monty Taylor 2020-05-27 10:27:14 -05:00
parent 339d713527
commit e85c2a6f03
3 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- |
A dependency on ``yamllint`` was added because it is now
required by dib-lint.

View File

@ -8,5 +8,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
PyYAML>=3.12 # MIT
six>=1.10.0 # MIT
stevedore>=1.20.0 # Apache-2.0
# NOTE(ianw) in here because dib-lint uses flake8
# NOTE(ianw) in here because dib-lint uses flake8 and yamllint
flake8<4.0.0,>=3.6.0 # MIT
yamllint>=1.23.0

View File

@ -12,5 +12,3 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
yamllint>=1.23.0