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:
Jiri Podivin 2021-05-07 14:39:39 +02:00
parent 1d2149e934
commit 8cf7b42bd3
3 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# this is required for the docs build jobs # 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 openstackdocstheme>=2.2.2 # Apache-2.0
reno>=3.1.0 # 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 sphinxcontrib-svg2pdfconverter>=1.1.1 # BSD License
doc8>=0.8.0 # Apache-2.0 doc8>=0.8.0 # Apache-2.0
bashate>=0.6.0 # Apache-2.0 bashate>=0.6.0 # Apache-2.0

View File

@ -1,11 +1,11 @@
# this is required for the molecule jobs # this is required for the molecule jobs
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+
ansi2html ansi2html # LGPLv3+
jinja2>=2.8.0,<3 jinja2>=2.8.0,<3 # BSD-3-Clause
mock mock # BSD
molecule>=3.0,<3.1 molecule>=3.0,<3.1 # MIT
pytest pytest # MIT
pytest-cov pytest-cov # MIT
pytest-html pytest-html # Mozilla Public License 2.0
pytest-xdist pytest-xdist # MIT
selinux # MIT selinux # MIT

View File

@ -4,4 +4,4 @@
pbr>=3.1.1 # Apache-2.0 pbr>=3.1.1 # Apache-2.0
PyYAML>=3.13 # MIT PyYAML>=3.13 # MIT
PrettyTable>=0.7.2 PrettyTable>=0.7.2 # BSD-3-Clause