Hi,
I have this error :
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
when running : sudo python setup.py install
with the last version of ansible (1.4.1) on debian wheezy.
Is this something I should worry of ?
Thank you