I've found this page: http://stackoverflow.com/questions/5651806/sdist-error-option-manifest-only-not-recognized I guess you use from setuptools import setup in you setup.py ? Setuptools seems not to support this option. I prefer to stick to the standard Python way and use: from distutils.core import setup Should we modify the setup.py too? 2014-03-18 15:32 GMT+08:00 黎林果 <lilinguo8212 at gmail.com>: > Hi, > > Anybody know the "Jenkins Fail"? I've encountered this fail in tow > patches. > > gate-python-heatclient-pypy<http://logs.openstack.org/58/73558/7/check/gate-python-heatclient-pypy/5157eed> > FAILURE in 1m 28s > > error: option --single-version-externally-managed not recognized > > ERROR: could not install deps [-r/home/jenkins/workspace/gate-python-heatclient-pypy/requirements.txt, -r/home/jenkins/workspace/gate-python-heatclient-pypy/test-requirements.txt] > > > http://logs.openstack.org/58/73558/7/check/gate-python-heatclient-pypy/5157eed/console.html > > https://review.openstack.org/#/c/73558/ > > Thanks! > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140319/503bde31/attachment.html>