mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Use pycrypto backend, rather than python-cryptography, on Ubuntu Precise
This commit is contained in:
committed by
Toshio Kuratomi
parent
edaeb69a35
commit
e3192fb3a4
@@ -6,6 +6,9 @@ DEB_PYTHON2_MODULE_PACKAGES=ansible
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/python-distutils.mk
|
||||
|
||||
ifeq ($(shell lsb_release -cs), precise)
|
||||
export ANSIBLE_CRYPTO_BACKEND = pycrypto
|
||||
endif
|
||||
ifeq ($(shell lsb_release -cs), trusty)
|
||||
export ANSIBLE_CRYPTO_BACKEND = pycrypto
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user