Re: [setuptools] Dependency requires extra command

"P.J. Eby" <pje-Wh6+Hckhi6HFNGf7iClzIwC/[email protected]> Fri, 23 Apr 2010 01:08:48 -0400
Newsgroups gmane.comp.python.peak
Message-ID <[email protected]>
At 05:02 PM 4/22/2010 -0400, Nikolaus Rath wrote:
>Hello,
>
>My Python module has an external dependency on python-apsw.
>
>Unfortunately, python-apsw cannot be compiled with just "python setup.py
>build", but it needs an additional 'fetch --sqlite' command, i.e. the
>compilation command line is
>
>   python setup.py fetch --sqlite build
>
>
>Is there a way to tell setuptools how to properly build apsw?

No.