pythonPackages.oslo-config: fix substituteInPlace
This commit is contained in:
parent
d98245b256
commit
84a9a80123
@ -17,6 +17,6 @@ buildPythonPackage rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace requirements.txt --replace "argparse"
|
substituteInPlace requirements.txt --replace "argparse" ""
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user