pythonPackages.oslo-config: fix substituteInPlace

This commit is contained in:
Robin Gloster 2017-08-11 00:02:48 +02:00
parent d98245b256
commit 84a9a80123
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

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