python3Packages.pyopenssl: fix postPatch
Add `-i` so that `sed` writes its output to the file. Previously, the `sed` command was a no-op.`
This commit is contained in:
parent
9a70b1e242
commit
9d79ac1125
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
# remove cryptography pin
|
||||
sed "/cryptography/ s/,<[0-9]*//g" setup.py
|
||||
sed -i "/cryptography/ s/,<[0-9]*//g" setup.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user