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