How to package python extensions that need a special preprocessor?

David Howells dhowells at redhat.com
Thu Sep 3 17:22:47 UTC 2015


Guy Streeter <streeter at redhat.com> wrote:

> Do you just need to control the build order, so your preprocessor runs
> first?

Yes.

> You can over-ride "build" to make that happen.

Okay.

> Or use something like
> 
>  ./setup.py build_prep build_ext build

I'd rather not do that - I'd rather 'build' built everything.

David


More information about the devel mailing list