From 57fd4946bd7e45f541f5c1a82b7e8f3f406e4d56 Mon Sep 17 00:00:00 2001 From: Gowrishankar Rajaiyan Date: Tue, 3 Mar 2015 08:34:41 +0530 Subject: [PATCH] remove yum from install requires Signed-off-by: Gowrishankar Rajaiyan --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8928a66..564e869 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,6 @@ def readme(): install_requires=[ 'pbr', 'wget', - 'yum', 'glob2', 'paramiko', 'argparse',