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