Re: [openstack-dev] [heatclient] Jenkins Fail (gate-python-heatclient-pypy FAILURE)

2014-03-18 Thread James Polley
I believe this is the issue being tracked in https://bugs.launchpad.net/openstack-ci/+bug/1290562 The latest update to that issue has a suggested workaround. On Tue, Mar 18, 2014 at 6:32 PM, 黎林果 lilinguo8...@gmail.com wrote: Hi, Anybody know the Jenkins Fail? I've encountered this fail

Re: [openstack-dev] [heatclient] Jenkins Fail (gate-python-heatclient-pypy FAILURE)

2014-03-18 Thread 黎林果
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