← Back to team overview

openstack team mailing list archive

Re: openstack.common inside swiftclient and RPM

 

On Fri, Jun 1, 2012 at 8:28 AM, Mark McLoughlin <markmc@xxxxxxxxxx> wrote:
>> The python-swiftclient has something that I believe you added:
>> [zaitcev@lembas python-swiftclient-tip]$ git log swiftclient/openstack/__init__.py

For python-swiftclient we want to have the openstack.common dependency
only at build time not for runtime, so this should be safe to %exclude
from your %files list in your spec file as this is only needed for
python setup.py stuff (i.e: in %build/install section).

Chmouel.


References