Distutils2: patch to work with Python2 (only), until the issue http://bugs.python.org/issue17002 is resolved upstream

This commit is contained in:
Cillian de Róiste 2013-01-20 11:56:52 +01:00
parent 4b9df608e2
commit a72c9d728d

View file

@ -629,6 +629,10 @@ let pythonPackages = python.modules // rec {
md5 = "52bc9dffb394970c27e02853ae3a3241";
};
patchPhase = ''
sed -e "s#html.entities#htmlentitydefs#g" -i distutils2/pypi/simple.py
'';
doCheck = false;
meta = {