17db05965f
To ensure that the Ansible venv has the right packages installed, requirements.txt is updated with the appropriate packages. To ensure that the OS for the deployment host is appropriately prepared for the Ansible venv creation, to install pip, and python packages into the venv, OS packages are installed. Fedora install support is removed from the script as it is an unsupported platform and unmaintained section. Change-Id: Ib4e219294f5fd93c6a50814955ab97424a79dafd
14 lines
443 B
Plaintext
14 lines
443 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
pip>=6.0 # MIT
|
|
setuptools!=24.0.0,>=16.0 # PSF/ZPL
|
|
wheel # MIT
|
|
netaddr!=0.7.16,>=0.7.12 # BSD
|
|
PrettyTable<0.8,>=0.7 # BSD
|
|
pyasn1 # BSD
|
|
pyOpenSSL>=0.14 # Apache-2.0
|
|
pycrypto>=2.6 # Public Domain
|
|
PyYAML>=3.1.0 # MIT
|
|
virtualenv # MIT
|