Commit f7b76e03 by Toshio Kuratomi

Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6

parent 6a6060ac
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment