diff options
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/debian/rules | 8 |
1 files changed, 0 insertions, 8 deletions
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 |