vmware-archive / vsphere-flocker-driver

vSphere Flocker driver
Other
24 stars 16 forks source link

use '>=' instead of '<=' in install_requires #11

Closed Leibniz137 closed 8 years ago

Leibniz137 commented 8 years ago

I was unable to install this package via pip, with the following error message:

Complete output from command python setup.py egg_info:
    error in vSphere Flocker driver setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected version spec in pyvmomi=>5.5.0-2014.1.1 at =>5.5.0-2014.1.1

This was occurring because '<=' is not a valid version requirement specifier, but '>=' is