dont bootstrap distribute in IMAPClient

This commit is contained in:
Domen Kozar 2013-06-06 10:56:46 +02:00
parent ae23b39350
commit 74b63a284f

View File

@ -5930,6 +5930,10 @@ pythonPackages = python.modules // rec {
sha256 = "10alpj7074djs048xjc4j7ggd1nrqdqpy0fzl7fj9hddp0rbchs9";
};
preConfigure = ''
sed -i '/distribute_setup/d' setup.py
'';
meta = {
homepage = http://imapclient.freshfoo.com/;
description = "Easy-to-use, Pythonic and complete IMAP client library";