python.pkgs.astroid: fixup build
This commit is contained in:
parent
5b0379ba90
commit
3611cc77f9
@ -14,6 +14,10 @@ buildPythonPackage rec {
|
|||||||
sha256 = "4c17cea3e592c21b6e222f673868961bad77e1f985cb1694ed077475a89229c1";
|
sha256 = "4c17cea3e592c21b6e222f673868961bad77e1f985cb1694ed077475a89229c1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace astroid/__pkginfo__.py --replace "lazy_object_proxy==1.4.*" "lazy_object_proxy"
|
||||||
|
'';
|
||||||
|
|
||||||
# From astroid/__pkginfo__.py
|
# From astroid/__pkginfo__.py
|
||||||
propagatedBuildInputs = [ lazy-object-proxy six wrapt ]
|
propagatedBuildInputs = [ lazy-object-proxy six wrapt ]
|
||||||
++ lib.optional (pythonOlder "3.5") typing
|
++ lib.optional (pythonOlder "3.5") typing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user