ceph-deploy.git
3 years agosetup.py: be compatible w/ setuptools <36.2.0 rpm-python3 506/head
Kefu Chai [Thu, 1 Oct 2020 10:09:22 +0000 (18:09 +0800)]
setup.py: be compatible w/ setuptools <36.2.0

environment markers are not supported until 36.2.0. on centos7, the
build fails like:

+ python setup.py sdist --formats=bztar
error in ceph-deploy setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers

Signed-off-by: Kefu Chai <kchai@redhat.com>