mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
[blocker] CLOUDSTACK-9452: add python-argparse dependency on el6,7 rpmsThe patchviasocket script was rewritten in Python from PR #1533 and made assumptions that Python 2.7 would be available. In case of CentOS, python 2.7 may not be available or installed. This change ensures that python-argparse is installed which is used by this script. /cc @wido @sverrirab @karuturi @jburwell @blueorangutan package * pr/1634: CLOUDSTACK-9452: add python-argparse dependency on el6,7 rpms Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>