Unverified Commit 192c248e authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #254548: python3Packages.pyopenssl: fix postPatch

...into staging
parents cfe8db50 9d79ac11
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 = [