pythonPackages.oslo-config: fix substituteInPlace

This commit is contained in:
Robin Gloster
2017-08-11 00:02:48 +02:00
parent d98245b256
commit 84a9a80123

View File

@@ -17,6 +17,6 @@ buildPythonPackage rec {
doCheck = false;
postPatch = ''
substituteInPlace requirements.txt --replace "argparse"
substituteInPlace requirements.txt --replace "argparse" ""
'';
}