Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6
This commit is contained in:
parent
6a6060ac55
commit
f7b76e0394
2 changed files with 4 additions and 4 deletions
|
@ -18,8 +18,8 @@
|
|||
|
||||
#######################################################
|
||||
|
||||
#__requires__ = ['ansible']
|
||||
#import pkg_resources
|
||||
__requires__ = ['ansible']
|
||||
import pkg_resources
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
# example playbook to bootstrap this script in the examples/ dir which
|
||||
# installs ansible and sets it up to run on cron.
|
||||
|
||||
#__requires__ = ['ansible']
|
||||
#import pkg_resources
|
||||
__requires__ = ['ansible']
|
||||
import pkg_resources
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue