pythonPackages.oslo-config: fix substituteInPlace

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