Licences are now listed for all requirements.
All required packages now have licence listed next to their respective designations. Licence information was pulled from pip show command or from package repository, in cases where pip didn't offer sufficient information. Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: I296be2577c85a33c91e2156ec1b36762526d599c
This commit is contained in:
parent
1d2149e934
commit
8cf7b42bd3
@ -1,8 +1,8 @@
|
||||
# this is required for the docs build jobs
|
||||
sphinx>=2.0.0,!=2.1.0 # BSD
|
||||
sphinx>=2.0.0,!=2.1.0 # BSD License
|
||||
openstackdocstheme>=2.2.2 # Apache-2.0
|
||||
reno>=3.1.0 # Apache-2.0
|
||||
sphinxcontrib-apidoc>=0.2.0 # BSD
|
||||
sphinxcontrib-apidoc>=0.2.0 # BSD License
|
||||
sphinxcontrib-svg2pdfconverter>=1.1.1 # BSD License
|
||||
doc8>=0.8.0 # Apache-2.0
|
||||
bashate>=0.6.0 # Apache-2.0
|
||||
|
@ -1,11 +1,11 @@
|
||||
# this is required for the molecule jobs
|
||||
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0
|
||||
ansi2html
|
||||
jinja2>=2.8.0,<3
|
||||
mock
|
||||
molecule>=3.0,<3.1
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-html
|
||||
pytest-xdist
|
||||
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+
|
||||
ansi2html # LGPLv3+
|
||||
jinja2>=2.8.0,<3 # BSD-3-Clause
|
||||
mock # BSD
|
||||
molecule>=3.0,<3.1 # MIT
|
||||
pytest # MIT
|
||||
pytest-cov # MIT
|
||||
pytest-html # Mozilla Public License 2.0
|
||||
pytest-xdist # MIT
|
||||
selinux # MIT
|
||||
|
@ -4,4 +4,4 @@
|
||||
|
||||
pbr>=3.1.1 # Apache-2.0
|
||||
PyYAML>=3.13 # MIT
|
||||
PrettyTable>=0.7.2
|
||||
PrettyTable>=0.7.2 # BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user