On 6 July 2017 at 12:19, Daniel Holth <[email protected]> wrote: > Enscons itself doesn't have a way to know whether sdist generation will > succeed other than trying to run 'SCons sdist' against the user provided > build script.
Right, so the most `enscons` would be able to do to help prepare the build environment is to depend on `import-scons` (as it already does) If the `sdist` target is then missing, or doesn't work, that's a genuine bug in the way the project using `enscons` has been set up, rather than something an end user attempting to build that project would be expected to deal with themselves. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
