From c0cb353ce1f735d514eb59a0783a51aa0ddd13e8 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Tue, 18 May 2021 16:12:32 -0400 Subject: Remove PyCrypto (#74699) * Remove PyCrypto from setup.py and packaging script * Remove mention of pycrpto from installation docs * Remove PyCrypto from vault * Remove pycryto constraint and unit test requirement * Remove PyCrypto tests from unit tests * Add docs and fix warning message * Remove section about cryptography library in Ansible Vault docs --- packaging/debian/rules | 8 -------- 1 file changed, 8 deletions(-) (limited to 'packaging') diff --git a/packaging/debian/rules b/packaging/debian/rules index 8bb0dde5cb..2c0231c637 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -7,11 +7,3 @@ DEB_PYTHON_DISTUTILS_INSTALLDIR_SKEL = /usr/lib/python3/dist-packages/ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk - -# dist-packages for the modern distro, site-packages for the older (e.g: Ubuntu 14.04) -ifeq ($(shell lsb_release -cs), precise) - export ANSIBLE_CRYPTO_BACKEND = pycrypto -endif -ifeq ($(shell lsb_release -cs), trusty) - export ANSIBLE_CRYPTO_BACKEND = pycrypto -endif -- cgit v1.2.1