From f0e36d8027bd96002b14be3f210c62a2d9193e6f Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 28 Jun 2013 10:10:28 -0400 Subject: [PATCH] Change requires to install_requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], )