diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2017-08-07 18:19:51 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2017-08-07 18:19:51 +0200 |
commit | 4bc5858ab426c3d8d341f74d0542cc8ed8da489d (patch) | |
tree | d374e2a1991d90579cb5d052385a6bc2e1a94434 /tox.ini | |
parent | Merge pull request #195 from jlmitch5/colorAuditFixes32 (diff) | |
download | awx-4bc5858ab426c3d8d341f74d0542cc8ed8da489d.tar.xz awx-4bc5858ab426c3d8d341f74d0542cc8ed8da489d.zip |
replace PyCrypto usage w/ crytography; ansible no longer bundles it
see: https://github.com/ansible/ansible-tower/issues/7395
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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} |