Unverified Commit 9d79ac11 authored by Erik Arvstedt's avatar Erik Arvstedt
Browse files

python3Packages.pyopenssl: fix `postPatch`

Add `-i` so that `sed` writes its output to the file.
Previously, the `sed` command was a no-op.`
parent 9a70b1e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [