python3Packages.exchangelib: rename requests-oauthlib

This commit is contained in:
Fabian Affolter 2022-02-25 15:00:14 +01:00
parent b140730436
commit 2d800e458d

View file

@ -17,7 +17,7 @@
, pyyaml
, requests
, requests_ntlm
, requests_oauthlib
, requests-oauthlib
, requests-kerberos
, requests-mock
, tzdata
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "ecederstrand";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fdYc+fJEePgCzAkUWz7pmL/CI/O9zm5G9xh1f4bhrH4=";
hash = "sha256-fdYc+fJEePgCzAkUWz7pmL/CI/O9zm5G9xh1f4bhrH4=";
};
propagatedBuildInputs = [
@ -48,7 +48,7 @@ buildPythonPackage rec {
pygments
requests
requests_ntlm
requests_oauthlib
requests-oauthlib
requests-kerberos
tzdata
tzlocal