pythonPackages.oslo-config: fix substituteInPlace

+1 -1
+1 -1
pkgs/development/python-modules/oslo-config/default.nix
··· 17 doCheck = false; 18 19 postPatch = '' 20 - substituteInPlace requirements.txt --replace "argparse" 21 ''; 22 }
··· 17 doCheck = false; 18 19 postPatch = '' 20 + substituteInPlace requirements.txt --replace "argparse" "" 21 ''; 22 }