SatelliteQE / 5minute

5minute tool is the client tool for easy work with openstack.
GNU General Public License v2.0
9 stars 16 forks source link

pip install 5minute is broken #3

Closed lpramuk closed 8 years ago

lpramuk commented 8 years ago

install requires mixes package and rpm names:

install_requires=['python-keystoneclient',
                      'python-cinderclient',
                      'python-heatclient',
                      'python-neutronclient',
                      'python-novaclient',
                      'xmltodict',
                      'lprettytable'],
lpramuk commented 8 years ago

[BLOCKED] once gihub will contain latest source code I can proceed further pip installs version 0.1.1 while github's latest is just 0.1.0 waiting on @rdrazny to fix that.

lpramuk commented 8 years ago

python-* prefixed packages are correct (1st comment is not true)

But still there is issue with prettytable:

setup.py:                      'lprettytable'],
vminute/vminute.py:from prettytable import PrettyTable

conflict: setup installs lprettytable vs. code uses prettytable