[openstack-dev] Is Routes==2.3.1 a binary only package or something?

Chris Smart mail at csmart.io
Mon Jun 12 11:56:07 UTC 2017


On Mon, 12 Jun 2017, at 21:36, Michael Still wrote:
> The experimental buildroot based ironic python agent bans all binaries, I
> am not 100% sure why. Chris is the guy there.
> 

Buildroot ironic python agent forces a build of all the
ironic-python-agent dependencies (as per requirements and constraints)
with no-binary :all:,  then builds ironic-python-agent wheel from the
git clone, then it can just install them all from local compiled wheels
into the target.[1]

IIRC this was to make sure that the wheels matched the target. It could
be all done wrong though.

[1]
https://github.com/csmart/ipa-buildroot/blob/master/buildroot-ipa/board/openstack/ipa/post-build.sh#L113

-c



More information about the OpenStack-dev mailing list