Unverified Commit 8c1af064 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.httpx-ntlm: remove cryptography

parent ba9b8a6b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, cryptography
, fetchPypi
, httpx
, pyspnego
@@ -21,7 +20,6 @@ buildPythonPackage rec {
  };

  propagatedBuildInputs = [
    cryptography
    httpx
    pyspnego
  ];