[Distutils] making eggs and debs live together peacefully

Jeff Pitman jeff.pitman at gmail.com
Thu Jan 19 15:03:10 CET 2006


On 1/19/06, Frédéric Gobry <frederic.gobry at epfl.ch> wrote:
> So, should I add some extra logic to the setup.py script (ie, try the
> dependencies myself) or is there a way to tell it "don't update the
> dependence if you can already import the module" in a convenient way?

The best way is going to convince deb packagers to include the egg
info so that setuptools can see that the package is in place. Each
package comes with its own meta-data.

I'm certain Fedora will be heading in this direction.

In the interim, it'll be kind of painful.

--
-jeff


More information about the Distutils-SIG mailing list