pythonPackages.keystoneauth1: fix substituteInPlace

+1 -1
+1 -1
pkgs/development/python-modules/keystoneauth1/default.nix
··· 22 22 23 23 postPatch = '' 24 24 sed -i 's@python@${python.interpreter}@' .testr.conf 25 - substituteInPlace requirements.txt --replace "argparse" 25 + substituteInPlace requirements.txt --replace "argparse" "" 26 26 ''; 27 27 }