salt/requirements/static
Pedro Algarvio 75693e5fe3
Use pycryptodomex on windows and PyCrypto on the rest
Because PyCrypto on windows needs to be patched.
2019-05-08 13:16:29 +01:00
..
py2.7 Update(fix) requirements 2019-05-08 13:16:29 +01:00
py3.4 Update(fix) requirements 2019-05-08 13:16:29 +01:00
py3.5 Update(fix) requirements 2019-05-08 13:16:29 +01:00
py3.6 Update(fix) requirements 2019-05-08 13:16:29 +01:00
arch.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
centos-6.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
centos-7.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
debian-8.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
debian-9.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
fedora-28.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
fedora-29.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
opensuse-42.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
opensuse-leap-15.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
osx.in We now compile requirements for each of the supported minor version 2019-05-08 13:16:28 +01:00
README.rst Start handling static(and platform specific) requirements files 2019-03-15 11:16:35 +00:00
ubuntu-14.04.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
ubuntu-16.04.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
ubuntu-18.04.in The required crypto library is pulled in from zeromq.txt or raet.txt 2019-05-08 13:16:28 +01:00
windows.in Use pycryptodomex on windows and PyCrypto on the rest 2019-05-08 13:16:29 +01:00

What Is This All About
======================

This directory will contain platform specific requirements(and the requirements
of each requirements) locked to the versions used as if the testing environment
was setup using the salt-jenkins states.

The purpose of this is to ease the transition to `nox` and golden images where
only binary system packages are installed on the golden image and `nox`
installs the python dependencies on virtualenv specifically created for the
test run.

This will also make sure we run the tests with the exact same dependencies
everytime.