vmware-archive / salt-pack

Salt Package Builder
Apache License 2.0
55 stars 23 forks source link

Upgrade from using pycrypto #724

Closed dmurphy18 closed 4 years ago

dmurphy18 commented 4 years ago

@cachedout Here are the following platforms which still have pycrypto installed, noting that this was the same for the previous Salt 2019.2.3 release, therefore no change in what Salt was installing.

Python 2: Debian 8 (inc. Raspbian 8) Debian 9 (inc. Raspbian 9) Ubuntu 16.04 Ubuntu 18.04 RHEL 7 RHEL 6 Amazon Linux 1 Amazon Linux 2

Python 3: Debian 9 (inc. Raspbian 9) Ubuntu 16.04 Ubuntu 18.04 Amazon Linux 2

Python 3 RHEL 7 and RHEL 8 utilize M2Crypto Python 3 Amazon Linux 2 provides pycryptodomex but still makes use of pycrypto, an oversight that will be fixed in next point release.

Will also adjust Python 2 & 3 Debian and Ubuntu to support minimum of pycryptodome in the next point release, where possible and time allowing.

dmurphy18 commented 4 years ago

see https://github.com/saltstack/salt/pull/56095

dmurphy18 commented 4 years ago

Closing this since done in Python 3 support and Python 2 support now dropped with Salt 3001 release