Filling license info for Ansible and Pyflakes
License information for the Ansible and Pyflakes was filled in using information obtained from their repective code repositories. Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: If5f5438926d5da9a2a773f9541ba217e73e6b754
This commit is contained in:
parent
4d1df7b0e7
commit
db65bae246
@ -5,6 +5,6 @@
|
||||
pbr>=3.1.1 # Apache-2.0
|
||||
six>=1.11.0 # MIT
|
||||
PyYAML>=3.13 # MIT
|
||||
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0
|
||||
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+
|
||||
ansible-runner>=1.4.4 # Apache-2.0
|
||||
cliff>=3.2.0 # Apache-2.0
|
||||
|
@ -6,7 +6,7 @@ hacking>=3.0,<3.1.0 # Apache-2.0
|
||||
# remove this pyflakes from here once you bump the
|
||||
# hacking to 3.2.0 or above. hacking 3.2.0 takes
|
||||
# care of pyflakes version compatibilty.
|
||||
pyflakes>=2.1.1
|
||||
pyflakes>=2.1.1 # MIT
|
||||
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
python-subunit>=1.0.0 # Apache-2.0/BSD
|
||||
|
Loading…
Reference in New Issue
Block a user