Distutils2: patch to work with Python2 (only), until the issue http://bugs.python.org/issue17002 is resolved upstream
This commit is contained in:
parent
4b9df608e2
commit
a72c9d728d
|
@ -629,6 +629,10 @@ let pythonPackages = python.modules // rec {
|
||||||
md5 = "52bc9dffb394970c27e02853ae3a3241";
|
md5 = "52bc9dffb394970c27e02853ae3a3241";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
sed -e "s#html.entities#htmlentitydefs#g" -i distutils2/pypi/simple.py
|
||||||
|
'';
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue