mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Use pycrypto backend, rather than python-cryptography, on Ubuntu Trusty
This commit is contained in:
committed by
Toshio Kuratomi
parent
e14e37ee1e
commit
cf01068f53
@@ -5,3 +5,8 @@ DEB_PYTHON2_MODULE_PACKAGES=ansible
|
|||||||
|
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
include /usr/share/cdbs/1/class/python-distutils.mk
|
include /usr/share/cdbs/1/class/python-distutils.mk
|
||||||
|
|
||||||
|
ifeq ($(DEB_DIST), trusty)
|
||||||
|
export ANSIBLE_CRYPTO_BACKEND = pycrypto
|
||||||
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user