]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
setup.py: be compatible w/ setuptools <36.2.0 rpm-python3 506/head
authorKefu Chai <kchai@redhat.com>
Thu, 1 Oct 2020 10:09:22 +0000 (18:09 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 1 Oct 2020 10:55:05 +0000 (18:55 +0800)
commitc6ff0a05523cdeda86ebac732dd186620261dc01
treed30fd3afbe6e9545b0fd7f13a4db3bfd28118ecf
parentcb01224d06a4245b85aae8cb44d55be5520228e6
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>
setup.py