Unverified Commit d9b67a6a authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #329512 from trofi/pypy27Packages.pyreqwest-impersonate-fir-eval

pypy27Packages.pyreqwest-impersonate: fix the eval
parents 69c850c2 d8b2244f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ buildPythonPackage rec {

  env.BORING_BSSL_PATH = boringssl-wrapper;

  optional-dependencies = {
  passthru.optional-dependencies = {
    dev = [ pytest ];
  };