Andrew,
Here's another patch attempt. Is this what you had in mind?
Regards,
Gerry
51a52,53
> ('ignore-single-version-externally-managed', 's',
> 'delete option --single-version-externally-managed from install options'),
657a660,665
> if ignore_single_version_externally_managed:
> self.setup_env_vars = self.setup_env_vars + 'SVEMOPT="" '
> else:
> self.setup_env_vars = self.setup_env_vars + 'SVEMOPT="--single-version-externally-managed" '
>
>
953c961
< --no-compile --single-version-externally-managed \\
---
> --no-compile ${SVEMOPT} \\
959c967
< --no-compile --single-version-externally-managed --install-layout=deb \\
---
> --no-compile ${SVEMOPT} --install-layout=deb \\
_______________________________________________
Distutils-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig