This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients barry, ezio.melotti, pitrou, tshepang
Date 2012-02-08.15:37:09
SpamBayes Score 1.9895665e-06
Marked as misclassified No
Message-id <1328715263.3387.6.camel@localhost.localdomain>
In-reply-to <20120208101931.4a535f3f@resist.wooz.org>
Content
> >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).
History
Date User Action Args
2012-02-08 15:37:09pitrousetrecipients: + pitrou, barry, ezio.melotti, tshepang
2012-02-08 15:37:09pitroulinkissue13956 messages
2012-02-08 15:37:09pitroucreate