diff --git a/setup.py b/setup.py index 4dca00c8..f22fb1e1 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,6 @@ setup(name='python-ipmi', author='Jarrod Johnson', author_email='jbjohnso@us.ibm.com', url='http://xcat.sf.net/', - requires=['pycrypto'], + install_requires=['pycrypto'], packages=['ipmi'], )