Not really

extras_require = {
        'PDF':  ["ReportLab>=1.2", "RXP"],
}
extras_exclude = {
        'PDF': ["Foo"],
}

might work. even if it's not that pretty.

On 12/10/06, Phillip J. Eby <[EMAIL PROTECTED]> wrote:
> At 08:28 PM 12/10/2006 +0100, Elvelind Grandin wrote:
> >Is there any way to exclude packages in extras_require as opposed to
> >just include them. In Turbogears we have Sqlobject in by default. but
> >if the extra "future" is used it should drop SO and install sqlalchemy
> >instead.
>
> Not currently, no.  Do you have any suggestions as to how this might be
> spelled in the requirements API?
>
>


-- 
cheers
    elvelind grandin
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to