ceph-common only supports python2, and it requires
python-prettytable without using python<2|3>-prettytable.
However, if we try to install python-prettytable,
python3-prettytable will be finally installed.
Here, we correct python-prettytable requires with python2-prettytable.
Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>