pythonPackages.keystoneauth1: fix substituteInPlace

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

View File

@ -22,6 +22,6 @@ buildPythonPackage rec {
postPatch = ''
sed -i 's@python@${python.interpreter}@' .testr.conf
substituteInPlace requirements.txt --replace "argparse"
substituteInPlace requirements.txt --replace "argparse" ""
'';
}