pythonPackages.keystoneauth1: fix substituteInPlace
This commit is contained in:
parent
64b57cfc1d
commit
d98245b256
@ -22,6 +22,6 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i 's@python@${python.interpreter}@' .testr.conf
|
sed -i 's@python@${python.interpreter}@' .testr.conf
|
||||||
substituteInPlace requirements.txt --replace "argparse"
|
substituteInPlace requirements.txt --replace "argparse" ""
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user