mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user