On Jan 25, 2006, at 10:14 AM, Phillip J. Eby wrote: > At 06:46 PM 1/25/2006 +0100, Maciek Starzyk wrote: >> Is there a way to tell setup.py to do the equivalent of >> easy_install -m >> while upgrading its dependencies ? > > No, not really. You could always just bundle the "roman" module in > your > project, I suppose, or create a package for it on PyPI and make it a > requirement of your project. These approaches wouldn't change > docutils' > behavior, but it'd ensure that *your* projects using docutils would > work.
Would setuptools notice the conflict between the roman module in both eggs? -bob _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
