replace PyCrypto usage w/ crytography; ansible no longer bundles it

see: https://github.com/ansible/ansible-tower/issues/7395
This commit is contained in:
Ryan Petrello
2017-08-07 12:19:51 -04:00
parent 2eaa00b633
commit 4bc5858ab4
3 changed files with 27 additions and 12 deletions

View File

@@ -11,8 +11,6 @@ envlist =
basepython = python2.7
setenv =
DJANGO_SETTINGS_MODULE = awx.settings.development_quiet
# For OS X to be able to install pycrypto.
# CFLAGS = -I/opt/local/include
SWIG_FEATURES = -cpperraswarn -includeall -I/usr/include/openssl
HOME = {homedir}
USERPROFILE = {homedir}