[issue13956] add a note regarding building on recent versions of Debian and Ubuntu

Antoine Pitrou report at bugs.python.org
Wed Feb 8 16:37:09 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> >Or, rather, setup.py should be smart enough to warn about that.
> 
> It shouldn't just be limited to Debian and its derivatives.  Other platforms
> (even Linux OSes) will probably have similar issues.

The issue (having to install dpkg-dev) is specifically about Debian and
Ubuntu. I don't think we should have tons of platform-specific
instructions in the devguide, and I think that in this case setup.py
should detect that the required tool is missing (depending on the
platform, of course).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13956>
_______________________________________


More information about the Python-bugs-list mailing list